Multiple Choice
Exhibit 6-1
The following table is a view of BILLING_HOURS from the various data elements in High-Tech Corp.'s relational database.
-Refer to Exhibit 6-1. Which of the following SQL statements would extract the client number and date for every instance that had a billing rate of $150?
A) QUERY BILLING_HOURS
SELECT Client_No, Date
WHERE Rate=150
B) QUERY Client_No, Date
FROM BILLING_HOURS
WHERE Rate=150
C) SELECT Client_No, Date
WHERE Rate=150
D) SELECT Client_No, Date
FROM BILLING_HOURS
WHERE Rate=150
Correct Answer:

Verified
Correct Answer:
Verified
Q83: A relation in an ER model is
Q84: The DELETE command is used when we
Q85: Exhibit 6-1<br>The following table is a
Q86: A set of data that describes a
Q87: A(n) _ attribute is the attribute whose
Q89: The DELETE command is the method used
Q90: A key attribute is the attribute whose
Q91: Which is not a step in creating
Q92: Attributes that consist of multiple subattributes are
Q93: In a relational database, the entity is