61. | When relocating an individual table, the table to be relocated should be ______________ |
Discuss |
Answer: (a).MyISAM
|
62. | What is the special database that always exists after setting up MySQL on a computer? |
Discuss |
Answer: (c).information_schema
|
63. | What is InnoDB in the following MySQL code?
|
Discuss |
Answer: (d).storage engine
|
64. | What is the table name in the following SQL code?
|
Discuss |
Answer: (a).student
|
65. | In which file are the statements entered in ‘mysql’ saved? |
Discuss |
Answer: (c)..mysql_history
|
66. | Mysql cannot be used to execute script files. |
Discuss |
Answer: (b).False
|
67. | Which command is used to make a script file ‘run_me.sh’ executable? |
Discuss |
Answer: (d).chmod +x run_me.sh
|
68. | The superuser account of the grant tables in the mysql database is called ______________ |
Discuss |
Answer: (c).root
|
69. | Which script initializes the data directory during installation? |
Discuss |
Answer: (a).mysql_install_db
|
70. | Anonymous accounts have user name ______________ |
Discuss |
Answer: (b).blank
|