Select Query


  1. What will be the output of a query given below?
    SELECT *
    FROM Employee;











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    “SELECT” clause is used to show all rows or columns.


  1. Which of the following clause is evaluated in the last by database server?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    “SELECT” clause is used to show all rows or columns therefore it evaluated at last.


  1. What is the meaning of “SELECT” clause in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Show me all Columns and rows