Home / CSE / Database Systems :: Discussion

Discussion :: Database Systems

  1. Which command is used to select distinct subject (SUB) from the table (BOOK)?

  2. A.
    SELECT ALL FROM BOOK
    B.
    SELECT DISTINCT SUB FROM BOOK
    C.
    SELECT SUB FROM BOOK
    D.
    All of the above
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment