CIW
1D0-541 · Question #44
Consider the following relational algebraic expression: Which of the following SQL statements is equivalent to this relational algebraic expression?
The correct answer is C. SELECT *. See the full explanation below for the reasoning.
Question
Consider the following relational algebraic expression:
Which of the following SQL statements is equivalent to this relational algebraic expression?
Options
- ASELECT Sales_Rep_No(108)
- BINSERT INTO Orders
- CSELECT *
- DSELECT *
How the community answered
(26 responses)- A8% (2)
- B4% (1)
- C85% (22)
- D4% (1)
Community Discussion
No community discussion yet for this question.