0 votes
532 views
in SQL by (0 points)
closed by
Which of the following are the correct syntaxses for displaying the StudentName and Department from Student table?

a.   SELECT StudentName, Department FROM Student;
b.    select studentname, department FROM STUDENT;
c.   select studentname, department FROM Student;
d.   SELECT STUDENTNAME, DEPARTMENT FROM Student;
closed

1 Answer

0 votes
by (0 points)
 
Best answer
all of the above

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...