Filters
Question type

Study Flashcards

A new MySQL database is created using:


A) the New Database dialog box.
B) the Create Database command.
C) the new_schema dialog box.
D) the Create Schema command.
E) the New Object dialog box.

F) B) and E)
G) C) and D)

Correct Answer

verifed

verified

When MySQL Server Administration is opened in the MySQL Workbench,the Startup/Shutdown page is initially displayed.

A) True
B) False

Correct Answer

verifed

verified

MySQL uses the term data export dump as a synonym for backup.

A) True
B) False

Correct Answer

verifed

verified

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


A) ALTER TABLE {TableName} ADD INDEX {IndexName}.
B) ALTER TABLE {TableName} INSERT INDEX {IndexName}.
C) CREATE INDEX {IndexName} ON TABLE {TableName}.
D) A or C
E) B or C

F) B) and D)
G) B) and C)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

What is the MySQL Workbench?

Correct Answer

verifed

verified

The MySQL Workbench is the GUI tool that...

View Answer

The MySQL block structure defines variables with the keyword:


A) DECLARE.
B) BEGIN.
C) IF...THEN...ELSE...END IF.
D) REPEAT.
E) END.

F) A) and B)
G) A) and C)

Correct Answer

verifed

verified

MySQL Workbench is the MySQL GUI database administration utility.

A) True
B) False

Correct Answer

verifed

verified

MySQL Community Edition uses operating system authentication.

A) True
B) False

Correct Answer

verifed

verified

MySQL uses the MySQL OLD transition variable with triggers to access old data updated or deleted from a table row.

A) True
B) False

Correct Answer

verifed

verified

Which trigger types does MySQL support?


A) BEFORE
B) AFTER
C) INSTEAD OF
D) A and B
E) A,B and C

F) None of the above
G) A) and C)

Correct Answer

verifed

verified

The MySQL statement to change a stored procedure already stored in the database is:


A) CREATE PROCEDURE.
B) ALTER PROCEDURE.
C) DROP PROCEDURE.
D) CLOSE PROCEDURE.
E) None of the above.

F) B) and D)
G) B) and E)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

DBMS objects are displayed:


A) in the Navigation Pane.
B) in the Object Browser.
C) in the tabbed database window.
D) in the tabbed document window.
E) in the command tab.

F) A) and E)
G) None of the above

Correct Answer

verifed

verified

Database objects are displayed in the Object Explorer window in the MySQL Workbench.

A) True
B) False

Correct Answer

verifed

verified

Which schema privilege should not be specifically assigned to a user account?


A) SELECT
B) CREATE
C) GRANT
D) A and B
E) A,B and C

F) A) and B)
G) C) and D)

Correct Answer

verifed

verified

MySQL databases are backed up using the MySQL Backup System.

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

MySQL indexes can be created by using the GUI MySQL Table Editor or an SQL statement.

A) True
B) False

Correct Answer

verifed

verified

What is the MySQL Table Editor?

Correct Answer

verifed

verified

The MySQL Table Editor is a GUI administ...

View Answer

Showing 81 - 100 of 100

Related Exams

Show Answer