πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) A column

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
253
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
99%
Success Rate