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
The data type indicates the type of data that a column can contain.
Free
(True/False)
4.9/5
(34)
Correct Answer:
True
In Oracle 10 G Express, the results of a SQL command appear in the ____________________ pane.
Free
(Short Answer)
4.8/5
(39)
Correct Answer:
Results
In this text, SQL commands are illustrated using ____________________.
Free
(Short Answer)
4.9/5
(42)
Correct Answer:
Oracle
Oracle Database Express Edition
Oracle 10G Express
The Oracle Database Express edition allows you to save a command so you can use it again without retyping it.
(True/False)
4.8/5
(41)
A ____ file is a text file with a .sql extension that contains SQL commands.
(Multiple Choice)
4.8/5
(43)
In Oracle, the data type STRING(n) stores a character string n characters long.
(True/False)
4.8/5
(40)
Why does the ZIP column in the REP table have a data type of CHAR, if a ZIP Code is made up of numbers?
(Essay)
4.8/5
(39)
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
(38)
A file containing SQL commands is called a(n) ____________________ file.
(Short Answer)
4.8/5
(43)
To run SQL commands in Access, you must first create a new query.
(True/False)
4.9/5
(42)
You can delete the entire table using the ____________________ TABLE command.
(Short Answer)
5.0/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
(35)
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
(37)
If you added a row that should not be in a table, use a REMOVE command to remove it.
(True/False)
4.9/5
(35)
SQL was developed as the data manipulation language for IBM's prototype relational model DBMS, System R.
(True/False)
4.8/5
(40)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)