- 
					 Which of the following statements does not modify the table?
 
- 
                        
- UPDATE
 - SELECT
 - INSERT
 - DELETE
 - 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.