Free 1Z1-051 Questions for Oracle Database: SQL Fundamentals I 1Z1-051 Exam as PDF & Practice Test Engine

  • Exam Code/Number: 1Z1-051
  • Exam Name/Title: Oracle Database: SQL Fundamentals I
  • Certification Provider: Oracle
  • Corresponding Certification: 11g
  • Exam Questions: 254
  • Updated On: Jun 01, 2026
Which statement is true regarding synonyms?
Correct Answer: D Vote an answer
Which is a valid CREATE TABLE statement?
Correct Answer: B Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Examine the structure proposed for the TRANSACTIONS table:

Which two statements are true regarding the storage of data in the above table structure? (Choose two.)
Correct Answer: B,C Vote an answer
Which four are types of functions available in SQL? (Choose 4)
Correct Answer: A,B,F,G Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:

Which DELETE statement is valid?
Correct Answer: A Vote an answer
Evaluate these two SQL statements:
SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY salary DESC;
SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY 2 DESC;
What is true about them?
Correct Answer: A Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which is an iSQL*Plus command?
Correct Answer: D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
What is true about sequences?
Correct Answer: C Vote an answer
View the Exhibit and examine the data in the PROMO_CATEGORY and PROMO_COST columns of the PROMOTIONS table.
Evaluate the following two queries:
SQL>SELECT DISTINCT promo_category to_char(promo_cost)"code"
FROM promotions
ORDER BY code;
SQL>SELECT DISTINCT promo_category promo_cost "code"
FROM promotions
ORDER BY 1;
Which statement is true regarding the execution of the above queries?
Correct Answer: C Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Where can sub queries be used? (Choose all that apply)
Correct Answer: B,C,D,E Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
0
0
0
10