Section 1 Quiz 4 PDF Free
Section 1 Quiz 4 PDF Free
1. In the default order of precedence, which operator would be evaluated Mark for
first?
Review
(1) Points
Correct.
2. You query the database with this SQL statement: Mark for
SELECT *
FROM transaction Review
WHERE product_id = 4569; (1) Points
Projection only
Selection only
3. The SELECT statement retrieves information from the database. In a Mark for
SELECT statement, you can do all of the following EXCEPT:
Review
(1) Points
Selection
Manipulation (*)
Joining
Projection
Correct.
Review
(1) Points
SELECT * FROM sky;
Correct.
Review
(1) Points
Statement (*)
Keyword
Strategy
Declaration
Correct
6. The Mark for Review
_______
clause
can be (1) Points
added to
a
SELECT
stateme
nt to
return a
subset
of the
data.
EVERY
WHERE (*)
WHICH
ANYWHERE
Correct.
Review
(1) Points
ALTER
INSERT
DESCRIBE
SELECT (*)
Correct
8. The DESCRIBE command returns all rows from a table. True or Mark for
False?
Review
(1) Points
True
False (*)
Correct.
9. All computers in the world speak the same languages, so you only Mark for
need to learn one programming language - Oracle SQL. True or
False?
Review
(1) Points
True
False (*)
Correct.
10. What command can be used to show information about the Mark for
structure of a table?
Review
(1) Points
DESCRIBE (*)
ALTER
SELECT
INSERT
Correct
11. Databases Mark for Review
are used in
most
countries (1) Points
and by
most
governmen
ts. Life, as
we know it,
would
change
drastically
if we no
longer had
access to
databases.
True or
False?
True (*)
False
Correct
12. What language is used to query data in a Relational Database? Mark for
Review
(1) Points
SQL (*)
Java
BASIC
C++
Correct
13. In the real world, databases used by businesses generally have Mark for
a single table . True or False?
Review
(1) Points
True
False (*)
Correct
Review
(1) Points
Key
Table (*)
Row
Field
15. Every time you shop online, it is likely you will be accessing a Mark for
database. True or False?
Review
(1) Points
True (*)
False
Correct