Home » MYSQL » Mysql Compound Statements » Question
  1. Which of the following statements does not modify the table?
    1. UPDATE
    2. SELECT
    3. INSERT
    4. DELETE
    5. None of these
Correct Option: B

In MySQL, the ‘SELECT’ statement is used to display the tables or their components according to some specified conditions and clauses. It does not modify the table unlike the others.



Your comments will be displayed only after manual approval.