Exam 10: C: Managing Databases With MySQL

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

In MySQL,surrogate keys that use a sequence maintained by MySQL should be given a data type of IDENTITY.

(True/False)
4.8/5
(27)

Microsoft Windows users should install MySQL Community Edition using the MySQL Installer for Windows.

(True/False)
4.7/5
(35)

Describe how to create and run an SQL query in MySQL Server Community Edition.

(Essay)
4.9/5
(36)

What is MySQL?

(Essay)
4.8/5
(35)

The MySQL statement used to complete the basic SQL block structure is:

(Multiple Choice)
4.7/5
(33)

To execute an SQL query,click the Execute Current SQL Statement in Connected Server button.

(True/False)
4.9/5
(34)

Schema is the MySQL synonym for database.

(True/False)
4.9/5
(35)

Which transaction isolation level option(s)is (are)available in MySQL?

(Multiple Choice)
4.7/5
(27)

MySQL backups are run on the Export to Disk tab of the Data Export and Restore page.

(True/False)
4.8/5
(37)

The MySQL Workbench is the main utility used to implement MySQL security.

(True/False)
4.9/5
(42)

MySQL users are created on the Users and Privileges page in the MySQL Workbench.

(True/False)
4.9/5
(41)

The default transaction isolation level in MySQL is REPEATABLE READ.

(True/False)
4.8/5
(25)

For use with this book,it is recommended that MySQL be configured as a developer machine.

(True/False)
4.8/5
(31)

The MySQL Table Editor is accessible from the MySQL Workbench.

(True/False)
4.8/5
(40)

To run an SQL script,click the Execute button on the Query Toolbar.

(True/False)
4.7/5
(42)

SQL statements can be run individually or as part of a related group of SQL statements known as a script.

(True/False)
4.9/5
(30)

To run an SQL script,click the Execute SQL Script in Connected Server button on the MySQL Workbench.

(True/False)
4.8/5
(35)

MySQL uses the "Safe Updates" -Forbid UPDATE and DELETE statements with no key in WHERE clause or no LIMIT clause-checkbox to control the behavior of UPDATE and DELETE statements run from the MySQL Workbench.

(True/False)
4.9/5
(28)

To insert non-sequential data into a MySQL table that uses AUTO_INCREMENT:

(Multiple Choice)
4.9/5
(40)

A new MySQL database is created using:

(Multiple Choice)
4.7/5
(35)
Showing 21 - 40 of 100
close modal

Filters

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