Select Query


  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. 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. 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