Exam 3: An Introduction to SQL
Exam 1: Introduction to Premiere Products, Henry Books, and Alexamara Marina Group75 Questions
Exam 2: Database Design Fundamentals75 Questions
Exam 3: An Introduction to SQL75 Questions
Exam 4: Single-Table Queries75 Questions
Exam 5: Multiple-Table Queries75 Questions
Exam 6: Updating Data75 Questions
Exam 7: Database Administration75 Questions
Exam 8: MySQL Special Topics75 Questions
Select questions type
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)
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)
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, the most recent command entered is stored in a special area of memory called the ____.
(Multiple Choice)
4.9/5
(39)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)