Select Query


  1. Which Clause is used to select a particular table in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    FROM


  1. In the following query “*” stands for
     SELECT * FROM Employee;











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Retrieve all data from the table


  1. In the following query “Employee” stands for
    SELECT Emp_id, fname, lname, Birth_date
    FROM Employee;











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Table name


  1. Which statement is used to select columns and rows from the table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    SELECT


  1. Which among the following is an optional Keyword?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    “AS” and “ALL” are optional.