Oracle Database Programming - Section 1
Oracle Database Programming - Section 1
(1) Points
True
False (*)
Correct.
(1) Points
INSERT (*)
NEW
ADD
CREATE
Correct.
3. You cannot use computers unless you completely understand exactly how
they work. True or False?
Mark for Review
(1) Points
True
False (*)
Correct.
4. The DESCRIBE command returns all rows from a table. True or False?
Mark for Review
(1) Points
True
False (*)
Incorrect. Refer to Section 1 Lesson 1.
5. Examine the follolowing SELECT statement.
SELECT *
FROM employees;
This statement will retrieve all the rows in the employees table. True or
False?
(1) Points
True (*)
False
Correct
6. What is a NULL value?
Mark for Review
(1) Points
A known value less than zero
A blank space
An unknown value (*)
A perfect zero
Correct
Which SQL SELECT statement capabilities are achieved when this statement
is executed?
(1) Points
Projection only
Selection and projection only (*)
Projection, selection and joining
Selection only
Correct.
8. What would you use in the SELECT clause to return all the columns in the
table?
Mark for Review
(1) Points
A plus sign (+)
A minus sign (-)
The ALL keyword
An asterisk (*) (*)
Correct.
(1) Points
SELECT (*)
FROM
WHERE
Any of the above options; you can list columns wherever you want to in a
SELECT statement.
Incorrect. See Section 1 Lesson 3.
(1) Points
Manipulation (*)
Selection
Joining
Projection
Correct.
11. In the real world, databases used by businesses generally have a single
table . True or False?
Mark for Review
(1) Points
True
False (*)
Correct
(1) Points
BASIC
SQL (*)
Java
C++
Correct
(1) Points
True (*)
False
Correct
(1) Points
True (*)
False
Correct
15. Every time you shop online, it is likely you will be accessing a database.
True or False?
Mark for Review
(1) Points
True (*)
False
1. Which SQL keyword specifies that an alias will be substituted for a column
name in the output of a SQL query?
Mark for Review
(1) Points
AND
OR
AS (*)
SUBSTITUTE
Correct.
(1) Points
To delete data
To insert data
To view data (*)
To display the table structure
Correct.
3. What would you use in the SELECT clause to return all the columns in the
table?
Mark for Review
(1) Points
A minus sign (-)
The ALL keyword
A plus sign (+)
An asterisk (*) (*)
Correct.
(1) Points
Declaration
Strategy
Statement (*)
Keyword
Correct
6. Every time you shop online, it is likely you will be accessing a database.
True or False?
Mark for Review
(1) Points
True (*)
False
Correct
(1) Points
BASIC
SQL (*)
Java
C++
Correct
(1) Points
True (*)
False
Correct
10. Most of the well know Internet search engines use databases to store
data. True or False?
Mark for Review
(1) Points
True (*)
False
Correct
11. What command can be used to create a new row in a table in the
database?
Mark for Review
(1) Points
ADD
INSERT (*)
CREATE
NEW
Incorrect. Refer to Section 1 Lesson 1.
This statement will retrieve all the rows in the employees table. True or
False?
Mark for Review
(1) Points
True (*)
False
Correct
(1) Points
NEW_ROW
INSERT (*)
ADD_ROW
ADD
Correct
14. There is only one kind of software used by all computers. True or False?
Mark for Review
(1) Points
True
False (*)
Correct.
15. The DESCRIBE command returns all rows from a table. True or False?
Mark for Review
(1) Points
True
False (*)
Correct.