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;