Advertisements
Advertisements
प्रश्न
Choose the appropriate answer with respect to the following code snippet.
code snippet.
CREATE TABLE student(
name CHAR(30)
student_id INT,
gender CHAR(1),
PRIMARY KEY (student_id)
);
What does ‘name’ represent in the above code snippet?
पर्याय
a table
a row
a column
a database
MCQ
Advertisements
उत्तर
a column
Explanation:
name is a column because it stores the names of students.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
