Home »
MCQs »
SQL MCQs »
SQL Auto Increment, Like, Commit and Rollback MCQs
SQL Like is NOT used with which of the following statement(s)?
5. SQL Like is NOT used with which of the following statement(s)?
- DELETE
- SELECT
- UPDATE
- ALTER
Answer: D) ALTER
Explanation:
SQL LIKE is used with DELETE, SELECT and UPDATE statements and not with ALTER statements.