Question
QUESTION 1 Select the correctly written query. SELECT ALL FROM CUSTOMERS WHERE 10243 IS CUSTOMERID PULL * FROM CUSTOMERS WHERE CUSTOMERID = 10243 SELECT *
QUESTION 1
Select the correctly written query.
SELECT ALL FROM CUSTOMERS WHERE 10243 IS CUSTOMERID | ||
PULL * FROM CUSTOMERS WHERE CUSTOMERID = 10243 | ||
SELECT * FROM CUSTOMERS WHERE CUSTOMERID = 10243 | ||
GET LIST FROM CUSTOMERS |
2 points
QUESTION 2
Which one is NOT a type of JOIN?
INNER JOIN | ||
LEFT JOIN | ||
RIGHT JOIN | ||
OUTSIDE JOIN |
2 points
QUESTION 3
Match the following terms with their definitions.
|
|
2 points
QUESTION 4
Normalization works through a series of stages called normal forms.
True
False
2 points
QUESTION 5
Storing data in a permanent, denormalized table is a recommended solution.
True
False
2 points
QUESTION 6
If a table has multiple candidate keys and one of them is a composite key, the table can have partial dependencies based on this composite candidate key, even when the primary key chosen is a single attribute.
True
False
2 points
QUESTION 7
A Primary Key can be used to uniquely identify a column or row within a table?
True
False
2 points
QUESTION 8
When two or more tables share the same number of columns, and when their corresponding columns share the same or compatible domains, they are said to be ____?
join-compatible | ||
domain-compatible | ||
shared-compatible | ||
union-compatable |
2 points
QUESTION 9
Each table must have a two Primary keys.
True
False
2 points
QUESTION 10
The ER Model should be validated against expected processes. The 3 expected processes are inserts, updates, and _____.
queries | ||
extracts | ||
distributes | ||
deletes |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started