Exam 10: C: Managing Databases With MySQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

What is the MySQL Table Editor?

Free
(Essay)
4.9/5
(39)
Correct Answer:
Verified

The MySQL Table Editor is a GUI administration tool used to create and manage MySQL tables.It can be opened in the MySQL Workbench,but is not accessible as a separate utility because it must operate on the default schema.It allows the user to graphically build table and database structures such as indexes.

To create a MySQL index using SQL,the correct SQL statement is:

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

A

The MySQL delimiter that must be used with MySQL procedures as used in this text is:

Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
Verified

C

Users log into MySQL Workbench using the Connect to Database and Connect to MySQL Server dialog boxes.

(True/False)
4.7/5
(36)

The MySQL keyword used to retrieve a row of data while the cursor is operating is:

(Multiple Choice)
4.9/5
(32)

MySQL uses the MySQL LAST_INSERT_ID()function to provide the value of the most recently created surrogate key.

(True/False)
4.8/5
(31)

MySQL databases are backed up using the MySQL Backup System.

(True/False)
4.8/5
(40)

MySQL concurrency options include four transaction isolation levels: READ UNCOMMITTED,READ COMMITTED,REPEATABLE READ,and SERIALIZABLE.

(True/False)
4.8/5
(31)

For use with this book,it is recommended that MySQL be configured as a Decision Support (DSS)/OLAP machine.

(True/False)
4.8/5
(32)

Which trigger type(s)does MySQL support?

(Multiple Choice)
4.9/5
(36)

MySQL restores are run on the Restore from Disk tab of the Data Export and Restore page.

(True/False)
4.8/5
(37)

MySQL users should always be given the GRANT OPTION for each schema.

(True/False)
4.8/5
(28)

The MySQL IF statement is used to test for a condition and then direct when blocks of code should be run depending on the outcome of the test.

(True/False)
4.8/5
(36)

MySQL indexes can be created by using:

(Multiple Choice)
4.8/5
(23)

The MySQL statement used to test for a condition and then direct when blocks of code should be run depending on the outcome of the test is:

(Multiple Choice)
4.8/5
(34)

Explain the MySQL Block Structure.

(Essay)
4.8/5
(42)

The MySQL keyword to create a cursor is:

(Multiple Choice)
4.9/5
(33)

Explain the MySQL cursor statements.

(Essay)
4.7/5
(30)

MySQL Workbench is the MySQL GUI application development utility.

(True/False)
4.7/5
(40)

Triggers that have been created in MySQL are displayed as objects in the Object Browser of the MySQL Workbench.

(True/False)
4.9/5
(39)
Showing 1 - 20 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)