Exam 3: Creating Tables
Exam 1: Introduction to Premiere Products, Henry Books, and Alexamara Marina 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
Use the ____ data type for columns that contain letters and special characters and for columns containing numbers that will not be used in calculations.
(Multiple Choice)
4.8/5
(44)
Dropping a table also deletes any data that you entered into the table.
(True/False)
4.8/5
(30)
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
(34)
When adding rows to character columns, make sure you enclose the values in single quotation marks.
(True/False)
4.8/5
(35)
In Oracle, use the ____________________ command to list all columns in a table and their properties.
(Short Answer)
4.8/5
(41)
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
(39)
The ____________________ data type stores integers but uses less space than the INT data type.
(Short Answer)
4.8/5
(32)
You use the ____________________ command to describe the layout of a table.
(Short Answer)
4.7/5
(38)
In Oracle 10 G Express, you enter a command in the SQL editor pane and then click the ____________________ button to execute the command.
(Short Answer)
4.8/5
(37)
To list all the columns in a table, use the LIST COLUMNS command.
(True/False)
4.9/5
(43)
In SQL, you cannot enter an apostrophe into a column whose type is character (CHAR).
(True/False)
4.8/5
(36)
The DESCRIBE TABLE command defines a table's structure by listing its columns, data types, and column lengths.
(True/False)
4.8/5
(30)
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
(33)
Microsoft SQL Server 2005 is a DBMS designed for use in client-server applications.
(True/False)
4.9/5
(42)
You can use a special value to represent situations in which an actual value is unknown, unavailable, or not applicable. This special value is called a(n) ____________________ data value.
(Short Answer)
4.8/5
(31)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)