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
Dropping a table also deletes any data that you entered into the table.
(True/False)
4.9/5
(38)
When a script file contains more than one command,each command must end with a(n)____.
(Multiple Choice)
4.8/5
(40)
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 correct data type for the BALANCE column in the CUSTOMER table is ____.
(Multiple Choice)
4.9/5
(31)
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)
If your screen displays the SQL Scripts page,the Home>SQL Workshop>SQL Scripts reference near the top of the SQL Scripts page is called a ____.
(Multiple Choice)
4.8/5
(35)
To delete an entire table,use the ____ command and then re-create the table.
(Multiple Choice)
4.8/5
(35)
In Oracle 11 g Express,the results of a SQL command appear in the ____________________ pane.
(Short Answer)
4.9/5
(37)
To view the data in a table,you use the ____________________ command.
(Short Answer)
4.8/5
(34)
Oracle stores script files is a special location called Saved Commands.
(True/False)
4.8/5
(40)
To create a table,type the command DESCRIBE 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.8/5
(30)
The data type indicates the type of data that a column can contain.
(True/False)
4.9/5
(45)
To move back one or more pages in Oracle Database 11g Express,click the pages icon in the task bar.
(True/False)
4.9/5
(32)
The DESCRIBE TABLE command defines a table's structure by listing its columns,data types,and column lengths.
(True/False)
5.0/5
(36)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)