Exam 3: An Introduction to SQL

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

To display data vertically rather than horizontally, replace the semicolon at the end of the command with ____.

(Multiple Choice)
4.8/5
(38)

Dropping a table also deletes any data that you entered into the table.

(True/False)
5.0/5
(40)

SQL is Structured ____________________ Language.

(Short Answer)
4.8/5
(32)

You can delete the entire table using the ____________________ TABLE command.

(Short Answer)
4.9/5
(45)

In MySQL, you type the command at the mysql> prompt and press the Run key at the end of each line.

(True/False)
4.9/5
(36)

In MySQL, to move to the end of a line, you need to press the ____ key(s).

(Multiple Choice)
4.9/5
(33)

If the CREATE TABLE command is executed more than once for the same table, MySQL overwrites the table with the newest data description.

(True/False)
4.8/5
(40)

If the word ____________________ follows the word INT, a column is created for which MySQL will automatically generate a new sequence number each time a new row is added.

(Short Answer)
4.9/5
(35)

How can you correct errors in data?

(Essay)
4.9/5
(36)

When a script file contains more than one command, each command must end with a ____.

(Multiple Choice)
4.8/5
(40)

To move up a line in the statement history, use the ____________________ key(s).

(Short Answer)
4.9/5
(40)

The data type indicates the type of data that a column can contain as well as the maximum number of characters or digits that the column can store.

(True/False)
4.8/5
(27)

To enter a null value into a table, you use a special format of the NULL command.

(True/False)
4.9/5
(31)

In MySQL, you type commands at the mysql> ____.

(Multiple Choice)
4.8/5
(36)

In MySQL, the most recent command entered is stored in a special area of memory called the ____.

(Multiple Choice)
4.9/5
(39)

The ____________________ command adds rows to a table.

(Short Answer)
5.0/5
(42)

To examine the structure of a table, use the ____________________ command.

(Short Answer)
4.8/5
(36)

In MySQL, to move to the beginning of the current line, you need to press the ____ key(s).

(Multiple Choice)
4.8/5
(41)

The ____ command defines a table's structure by listing its columns, data types, and column lengths.

(Multiple Choice)
4.9/5
(37)

You use the ____________________ command to describe the layout of a table.

(Short Answer)
4.9/5
(39)
Showing 41 - 60 of 75
close modal

Filters

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