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
Why does the POSTAL_CODE column in the REP table have a data type of CHAR,if a postal code is made up of numbers?
Free
(Essay)
4.9/5
(35)
Correct Answer:
Even though the POSTAL_CODE column contains numbers,those numbers are not used in calculations.Therefore,the column should have a CHAR data type.
SQL is Structured ____________________ Language.
Free
(Short Answer)
4.8/5
(43)
Correct Answer:
Query
To list all the columns in a table,use the LIST COLUMNS command.
Free
(True/False)
5.0/5
(38)
Correct Answer:
False
In Oracle 11g Express,you enter and run commands using the SQL ____________________ tool.
(Short Answer)
4.7/5
(39)
Microsoft SQL Server is a DBMS designed for use in client-server applications.
(True/False)
4.8/5
(42)
This text uses Oracle Database 11g Express Edition as the DBMS in which to create and run SQL commands.
(True/False)
4.9/5
(42)
When adding rows to character columns,make sure you enclose the values in single quotation marks.
(True/False)
4.7/5
(46)
The ____ command defines a table's structure by listing its columns,data types,and column lengths.
(Multiple Choice)
4.9/5
(40)
A ____ file is a text file with a .sql extension that contains SQL commands.
(Multiple Choice)
4.8/5
(34)
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.9/5
(29)
You must enclose values in ____________________ quotation marks for any column whose type is character (CHAR),even when the data contains numbers.
(Short Answer)
4.8/5
(38)
In Oracle,the data type STRING(n)stores a character string n characters long.
(True/False)
4.9/5
(43)
In this text,SQL commands are illustrated using ____________________.
(Short Answer)
4.8/5
(33)
For any column whose data type is CHAR,values must be enclosed in ____.
(Multiple Choice)
4.8/5
(34)
To enter a null value into a table,you use a special format of the NULL command.
(True/False)
4.9/5
(39)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)