Home » MYSQL » Create Tables » Question
  1. In the following query, what does “person” stands for:
    INSERT INTO Student
    (id, fname, lname)
    VALUES (1,’Ajit’,’Gupta’);
    1. Multivalued attributes
    2. Table name
    3. Composite attributes
    4. All of above
    5. None of these
Correct Option: B

Table name



Your comments will be displayed only after manual approval.