Insert Query
- “INSERT” is same as “UPDATE” ?
-
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”.
- Is it necessary to insert the value in each column of the table?
-
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”.
- Which Statement is used to insert the values in the table?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
INSERT INTO