Exam 3: Creating Tables
Exam 1: Introduction to TAL Distributors, Colonial Adventure Tours, and Solmaris Condominium Group75 Questions
Exam 2: Database Design Fundamentals75 Questions
Exam 3: Creating Tables75 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: SQL Functions and Procedures75 Questions
Select questions type
You use the ____________________ command to describe the layout of a table.
(Short Answer)
4.9/5
(36)
The data type DECIMAL(5,2)represents a number with ____________________ places to the left and two places to the right of the decimal.
(Short Answer)
4.8/5
(43)
You can use the ____________________ data type to store date data.
(Short Answer)
4.8/5
(32)
SQL was developed as the data manipulation language for IBM's prototype relational model DBMS,System R.
(True/False)
5.0/5
(48)
In SQL Server,execute the sp_columns command to list all the columns in a table.
(True/False)
4.9/5
(33)
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)
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.9/5
(43)
Which of the following commands changes the value in a column?
(Multiple Choice)
4.9/5
(33)
The Oracle Database 11 g Express edition allows you to save a command so you can use it again without retyping it.
(True/False)
4.8/5
(32)
In SQL,you cannot enter an apostrophe into a column whose type is character (CHAR).
(True/False)
4.8/5
(34)
In Oracle,use the ____________________ command to list all columns in a table and their properties.
(Short Answer)
4.9/5
(32)
In Access,use the Documenter tool to describe the tables in a database.
(True/False)
4.9/5
(41)
You can use the ____________________ command to update a value in a table.
(Short Answer)
4.8/5
(31)
You can delete the entire table using the ____________________ TABLE command.
(Short Answer)
4.9/5
(36)
If you need to delete a row from a table,you can use the ____________________ command.
(Short Answer)
4.7/5
(41)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)