Home » MYSQL » MySQL Database Operations » Question
  1. What is the special database that always exists after setting up MySQL in a computer?
    1. mysql
    2. readme_db
    3. sampdb
    4. information_schema
    5. None of these
Correct Option: D

After installation of MySQL, ‘information_schema’ is the special database that always exists. ‘mysql’ can be seen depending on access rights. It holds the grant tables. ‘sampdb’ and ‘readme_db’ do not exist by default.



Your comments will be displayed only after manual approval.