Insert Query


  1. “INSERT” is same as “UPDATE” ?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    “INSERT “is used to entering the data in the newly created table while “UPDATE” is used to modify the data which is already inserted with help of statement “INSERT”.


  1. Is it necessary to insert the value in each column of the table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    It is not necessary to insert the value in each column because there always a default value is inserted by the server “NULL”.



  1. Which Statement is used to insert the values in the table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    INSERT INTO