A

Admin • 831.35K Points
Coach

Q. What does ‘name’ represent in the following code snippet?

Code:
CREATE TABLE Employee
(
Emp_name CHAR(30),
Emp_id INT(10),
Emp_address CHAR(30),
Emp_phone CHAR(12)
);
  • (A) A column
  • (B) An object
  • (C) A row
  • (D) A table
  • Correct Answer - Option(A)
  • Views: 27
  • Filed under category MySQL
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.