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 run a script file, type either SOURCE or ____________________ followed by the name of the file.
(Short Answer)
4.8/5
(35)
The ____ data type stores only the actual character string.
(Multiple Choice)
4.9/5
(48)
To list all the columns in a table, use the LIST COLUMNS command.
(True/False)
4.8/5
(39)
The CREATE DATABASE command is executed only once for a database.
(True/False)
4.9/5
(40)
MySQL uses the term current database to refer to the database to which all subsequent commands pertain.
(True/False)
4.7/5
(46)
In MySQL,the date, November 12, 2007 would be stored as '11-12-2007'.
(True/False)
4.7/5
(36)
To indicate columns that cannot contain null values, use the ____________________ clause in a CREATE TABLE statement.
(Short Answer)
4.9/5
(35)
The data type DECIMAL(5,2)represents a number with three places to the left and two places to the right of the decimal.
(True/False)
4.7/5
(33)
The correct data type for the BALANCE column in the CUSTOMER table is ____.
(Multiple Choice)
4.8/5
(30)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)