Quiz on PHP Table Privileges



1. What does the 'SELECT' privilege allow a user to do?
2. Which privilege must be granted to enable a user to create new tables?
3. What can a user with the 'DROP' privilege do?
4. If a user has the 'ALL PRIVILEGES', what can they do?
5. Which privilege is related to modifying existing records in a table?

Advertisements