Computer Science, asked by srushti2961, 7 months ago

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 Anonymous
32

Answer:

B option are correct .......pl f

Similar questions