If I want to select one column named Marks from a table having duplicate rows named Student, then the correct method is
(A)SELECT Marks FROM Student;
(B)SELECT DISTINCT Marks from Student;
(C)SELECT Marks. Student;
(D)SELECT Student "Marks";
Answers
Answered by
32
Answer:
B option are correct .......pl f
Similar questions