Home » MYSQL » Mysql Basic » Question
  1. What does a fully qualified table name consist of?
    1. only the database name
    2. only the table name
    3. database name followed by table name
    4. table name followed by database name
    5. 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.



Your comments will be displayed only after manual approval.