-
What does a fully qualified table name consist of?
-
- only the database name
- only the table name
- database name followed by table name
- table name followed by database name
- None of these
Correct Option: C
MySQL identifiers use qualifiers. An element of a database has a fully qualified name. A database table in MySQL has the fully qualified name as the database name followed by the table name.