MCQOPTIONS
Saved Bookmarks
| 1. |
The names of the tables that an user can have access to or that he or she has created, can be displayed with the following SQL query: |
| A. | SELECT table_nameFROM User_tables; |
| B. | SELECT Data_dictionarySHOW my_tables; |
| C. | SELECT my+tablesFROM Data_dictionary; |
| D. | SELECT User_tablesFROM this_login; |
| Answer» B. SELECT Data_dictionarySHOW my_tables; | |