Ah, the classic information_schema query! I always get that mixed up with the system tables. At least it's not asking about the data dictionary, that would really make my head spin.
I'm pretty sure C and D are the right answers. The information_schema database stores table definitions, and this query is accessing the 'tables' table within that schema.
I'm not sure about option C and D. I think they are incorrect because the command is not requesting the contents of a specific table, but rather a list of tables.
A and E are both correct. The statement requests a list of tables defined in the information_schema database, which contains metadata about the database itself.
Brittni
4 days agoTitus
7 days agoMohammad
8 days agoKenneth
15 days agoMelinda
17 days agoMariko
2 days agoDannette
21 days agoDevora
26 days ago