Filters
Question type

Study Flashcards

MySQL Community Edition uses operating system authentication.

A) True
B) False

Correct Answer

verifed

verified

To run a single SQL command in MySQL Community Edition:


A) click the Execute button in the MySQL Workbench.
B) click the Execute SQL in Connected Server button in the MySQL Workbench.
C) click the Execute SQL Script in Connected Server button in the MySQL Workbench.
D) click the Execute SQL Statement in Connected Server button in the MySQL Workbench.
E) click the Execute Current SQL Statement in Connected Server button in the MySQL Workbench.

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

Correct Answer

verifed

verified

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


A) GLOBAL
B) SESSION
C) TRANSACTION
D) A and B
E) A,B,and C

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

Correct Answer

verifed

verified

The MySQL statement used to define a set of MySQL procedure statements is:


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

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

Correct Answer

verifed

verified

The MySQL command line utility is:


A) MySQL*Plus.
B) the MySQL Command-Line Client.
C) MySQL-Shell.
D) MySQL-CMD.
E) None of the above is correct.

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

Correct Answer

verifed

verified

The MySQL keyword to close and exit a cursor is:


A) DECLARE CURSOR {CursorName}.
B) OPEN {CursorName}.
C) FETCH.
D) CLOSE {CursorName}.
E) None of the above.

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

Correct Answer

verifed

verified

The MySQL Installer for Windows requires the ________ operating system.


A) Suse Linux
B) Red Hat Linux
C) FreeBSD
D) Microsoft Windows
E) Any of the above

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

Correct Answer

verifed

verified

The MySQL GUI tool(s) used for database administration and management is(are) :


A) MySQL Workbench.
B) MySQL*Plus.
C) MySQL Command Shell.
D) A and B
E) A,B,and C

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

Correct Answer

verifed

verified

A new MySQL database is created using the New Database dialog box.

A) True
B) False

Correct Answer

verifed

verified

MySQL uses the MySQL NEW transition variable with triggers to access new data inserted into a table row.

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

Logging into the MySQL DBMS is done using:


A) the Connect to Server command.
B) the Connect to Server dialog box.
C) the Connect to MySQL Server Instance command.
D) the Connect to MySQL Server Instance dialog box.
E) None of the above is correct.

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

Correct Answer

verifed

verified

The main MySQL GUI utility is:


A) MySQL Management Studio.
B) MySQL Developer.
C) My SQL Workbench.
D) A and B
E) A,B,and C

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

Correct Answer

verifed

verified

The MySQL block structure defines variables with the keyword:


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

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

Correct Answer

verifed

verified

MySQL supports AFTER triggers.

A) True
B) False

Correct Answer

verifed

verified

MySQL backups that contain the entire database are run using the Export to Self-Contained File option.

A) True
B) False

Correct Answer

verifed

verified

Explain the MySQL control-of-flow statements.

Correct Answer

verifed

verified

The MySQL control-of-flow statements are...

View Answer

The MySQL keyword to actually start using a cursor is:


A) DECLARE CURSOR {CursorName}.
B) OPEN {CursorName}.
C) FETCH.
D) CLOSE {CursorName}.
E) None of the above.

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

Correct Answer

verifed

verified

MySQL users must be granted the right to have MySQL schema privileges before the specific privileges themselves are granted.

A) True
B) False

Correct Answer

verifed

verified

The MySQL statement used to repeat a set of SQL statements as long as some condition is true is:


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

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

Correct Answer

verifed

verified

Showing 41 - 60 of 100

Related Exams

Show Answer