Examveda
Examveda

What is the number of attributes in the following SQL table?
CREATE TABLE employee (
		emp_name CHAR(30),
		emp_id INT
	);

A. 1

B. 2

C. 3

D. 30

Answer: Option B


This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous