Exam 8: MySQL Special Topics

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

____________________ is the process of converting the data in a MySQL database to a file format for use in another program.

(Short Answer)
4.8/5
(43)

To import a text file into MySQL, the file must be located in the default folder for the database.

(True/False)
4.9/5
(45)

Identify three ways to ensure that table designs are as efficient as possible.

(Essay)
4.8/5
(31)

In the MySQL Query Browser, the ____ Browser lets you browse all the previously created queries during your session.

(Multiple Choice)
4.8/5
(39)

When you use the Query Browser to create a query, you must enter a semi-colon at the end of the command.

(True/False)
4.9/5
(43)

To import a text file into MySQL, the text file must be ____ and the data should not be enclosed in quotation marks.

(Multiple Choice)
4.8/5
(38)

When you use the MySQL Query Browser, you do not need to run a query to export a table.

(True/False)
4.9/5
(33)

In the MySQL Query Browser, the ____ Browser has three tabbed pages entitled Schemata, Bookmarks, and History.

(Multiple Choice)
4.8/5
(29)

The filename in a LOAD DATA INFILE is case sensitive.

(True/False)
4.8/5
(30)

A text file might contain line breaks, commas, or tabs to distinguish one piece of data from another.

(True/False)
4.8/5
(37)

The ____________________ command examines a query statement before it is executed.

(Short Answer)
4.9/5
(33)

The Information Browser provides access to all information not directly related to actual data in the database.

(True/False)
4.8/5
(34)

The ____ command fixes damaged or corrupted tables.

(Multiple Choice)
4.8/5
(31)

Use the ____ command to export a MySQL table to a text file.

(Multiple Choice)
4.7/5
(40)

Before you can import data into a new table, you must use the ____ command to create the new table.

(Multiple Choice)
4.7/5
(45)
Showing 61 - 75 of 75
close modal

Filters

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