Oracle 1Z0-051 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 1Z0-051
  • Exam Name/Title: Oracle Database: SQL Fundamentals I
  • Certification Provider: Oracle
  • Corresponding Certification: 11g
  • Exam Questions: 292
  • Updated On: Jul 09, 2026
You need to calculate the number of days from 1st January 2007 till date . Dates are stored in the default format of dd-mon-rr. Which two SQL statements would give the required output? (Choose two.)
Correct Answer: C,E Vote an answer
Which four are attributes of single row functions? (Choose four.)
Correct Answer: B,C,D,E Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Where can sub queries be used? (Choose all that apply)
Correct Answer: B,C,D,F Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
See the Exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS and ITEMS tables:

The PROD_ID column is the foreign key in the SALES table, which references the PRODUCTS table. Similarly, the CUST_ID and TIME_ID columns are also foreign keys in the SALES table referencing the CUSTOMERS and TIMES tables, respectively.
Evaluate the following the CREATE TABLE command: Exhibit:

Which statement is true regarding the above command?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Examine the structure of the TRANSACTIONS table:
Name Null Type
TRANS_ID NOT NULL NUMBER(3)
CUST_NAME VARCHAR2(30)
TRANS_DATE DATE
TRANS_AMT NUMBER(10,2)
You want to display the transaction date and specify whether it is a weekday or weekend.
Evaluate the following two queries:

Which statement is true regarding the above queries?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are currently located in Singapore and have connected to a remote database in
Chicago.
You issue the following command:
Exhibit:

PROMOTIONS is the public synonym for the public database link for the PROMOTIONS table.
What is the outcome?
Correct Answer: A Vote an answer
View the Exhibit and examine the structure of the PRODUCTS table.

You want to display the category with the maximum number of items. You issue the following query:
SQL>SELECT COUNT(*),prod_category_id FROM products GROUP BY prod_category_id HAVING COUNT(*) = (SELECT MAX(COUNT(*)) FROM products);
What is the outcome?
Correct Answer: B Vote an answer
Which two are true about aggregate functions? (Choose two.)
Correct Answer: B,C Vote an answer
View the Exhibit and examine the data in the PROMOTIONS table.

You need to display all promo categories that do not have 'discount' in their subcategory.
Which two SQL statements give the required result? (Choose two.)
Correct Answer: C,D Vote an answer
Evaluate the SQL statement:
TRUNCATE TABLE DEPT;
Which three are true about the SQL statement? (Choose three.)
Correct Answer: D,E,F Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10