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
In SQL, you use the NOT NULL clause in a CREATE TABLE command to indicate columns that cannot contain null values.
Free
(True/False)
4.7/5
(32)
Correct Answer:
True
The ____ command activates the default database.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
B
In MySQL, to delete the previous character, you need to press the ____ key(s).
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
C
To create a new database, execute the ____________________ command.
(Short Answer)
4.8/5
(33)
If you added a row that should not be in a table, use a REMOVE command to remove it.
(True/False)
4.8/5
(40)
When you enter a new row into a table or modify an existing row, the values for one or more columns can be unknown or unavailable.
(True/False)
4.8/5
(35)
When adding rows to character columns, make sure you enclose the values in double quotation marks.
(True/False)
4.9/5
(32)
To get more information about the union command, type ____________________ at the command prompt.
(Short Answer)
4.9/5
(39)
To display all the rows and columns in a table, type the word SELECT, followed by a(n)____, followed by the word FROM and then the name of the table containing the data you want to view.
(Multiple Choice)
4.8/5
(40)
To view the data in a table, you use the ____________________ command.
(Short Answer)
4.7/5
(31)
You can use the ____________________ command to update a value in a table.
(Short Answer)
4.9/5
(35)
In SQL, there are special rules that specify that a particular word must begin in a particular position on the line.
(True/False)
4.8/5
(43)
SQL was developed as the data manipulation language for IBM's prototype relational model DBMS, System R.
(True/False)
4.7/5
(37)
To create a table, type the word TABLE followed by the name of the table to be created and then by the names and data types of the columns that will comprise the table.
(True/False)
4.9/5
(45)
In MySQL, you use the ____________________ command to change the database to the one you want to use.
(Short Answer)
4.9/5
(36)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)