1Z0-061 Exam Questions
318 real 1Z0-061 exam questions with expert-verified answers and explanations. Page 1 of 7.
- Question #1
You need to create a table for a banking application. One of the columns in the table has the following requirements: 1) You want a column in the table to store the duration of the...
- Question #2
Which three tasks can be performed using SQL functions built into Oracle Database?
- Question #3
View the Exhibit and examine the data in the employees table: You want to display all the employee names and their corresponding manager names. Evaluate the following query: Which...
- Question #4
View the Exhibit and examine the description of SALES and PROMOTIONS tables. You want to delete rows from the sales table, where the PROMO_NAME column in the promotions table has e...
- Question #5
Evaluate the following query: What would be the outcome of the above query?
- Question #6
Examine the structure of the transactions table: You want to display the date, time, and transaction amount of transactions that where done before 12 noon. The value zero should be...
- Question #7
View the Exhibit and examine the structure of the customers table. Using the customers table, you need to generate a report that shows the average credit limit for customers in Was...
- Question #8
Examine the data in the ename and hiredate columns of the employees table: You want to generate a list of user IDs as follows: You issue the following query: What is the outcome?
- Question #9
Evaluate the following SQL commands: The command to create a table fails. Identify the two reasons for the SQL statement failure?
- Question #10
View the Exhibit and examine the structure of the SALES table. The following query is written to retrieve all those product IDs from the SALES table that have more than 55000 sold...
- Question #11
View the Exhibit and examine the structure of the customers table. Using the customers table, you need to generate a report that shows an increase in the credit limit by 15% for al...
- Question #12
View the Exhibit and examine the structure of the promotions table. Evaluate the following SQL statement: Which statement is true regarding the outcome of the above query?
- Question #13
Examine the structure and data of the CUST_TRANS table: Dates are stored in the default date format dd-mon-rr in the CUST_TRANS table. Which three SQL statements would execute succ...
- Question #14
View the Exhibit and examine the structure of the customers table. NEW_CUSTOMERS is a new table with the columns CUST_ID, CUST_NAME and CUST_CITY that have the same data types and...
- Question #15
YOU need to display the date ll-oct-2007 in words as `Eleventh of October, Two Thousand Seven'. Which SQL statement would give the required result?
- Question #16
Examine the data in the ORD_ITEMS table: Evaluate the following query: Which statement is true regarding the outcome of the above query?
- Question #17
View the Exhibit and examine the data in the promotions table. PROMO_BEGIN_DATE is stored in the default date format, dd-mon-rr. You need to produce a report that provides the name...
- Question #18
You need to create a table with the following column specifications: 1. Employee ID (numeric data type) for each employee 2. Employee Name (character data type) that stores the emp...
- Question #19
Examine the structure of the sales table: Evaluate the following create table statement: Which two statements are true about the creation of the SALES1 table?
- Question #20
Which two statements are true regarding subqueries?
- Question #21
Examine the structure of the products table: You want to display the names of the products that have the highest total value for UNIT_PRICE * QTY_IN_HAND. Which SQL statement gives...
- Question #22
Which statement is true regarding the UNION operator?
- Question #23
View the Exhibit and examine the data in the PROMO_NAME and PROMO_END_DATE columns of the promotions table, and the required output format. Which two queries give the correct resul...
- Question #24
View the Exhibit and examine the structures of the employees and departments tables. You want to update the employees table as follows: - Update only those employees who work in Bo...
- Question #25
You need to produce a report where each customer's credit limit has been incremented by $1000. In the output, the customer's last name should have the heading Name and the incremen...
- Question #26
View the Exhibit and examine the data in the costs table. You need to generate a report that displays the IDs of all products in the costs table whose unit price is at least 25% mo...
- Question #27
View the Exhibits and examine the structures of the products, sales, and customers tables. You need to generate a report that gives details of the customer's last name, name of the...
- Question #28
View the Exhibit and examine the structure of the products table. Evaluate the following query: What would be the outcome of executing the above SQL statement?
- Question #29
You issued the following command: SQL> DROP TABLE employees; Which three statements are true?
- Question #30
Examine the create table statements for the stores and sales tables. SQL> CREATE TABLE stores(store_id NUMBER(4) CONSTRAINT store_id_pk PRIMARY KEY, store_name VARCHAR2(12), store_...
- Question #31
Examine the data in the CUST_NAME column of the customers table. You need to display customers' second names where the second name starts with "Mc" or "MC." Which query gives the r...
- Question #32
You want to create a sales table with the following column specifications and data types: SALESID: Number STOREID: Number ITEMID: Number QTY: Number, should be set to 1 when no val...
- Question #33
Evaluate the following query: SQL> SELECT TRUNC(ROUND(156.00, -1), -1) FROM DUAL; What would be the outcome?
- Question #34
You want to display 5 percent of the rows from the sales table for products with the lowest AMOUNT_SOLD and also want to include the rows that have the same AMOUNT_SOLD even if thi...
- Question #35
Examine the data in the PROMO_BEGIN_DATE column of the promotions table: You want to display the number of promotions started in 1999 and 2000. Which query gives the correct output...
- Question #36
You want to display the date for the first Monday of the next month and issue the following command: What is the outcome?
- Question #37
View the Exhibit and examine the structure of the promotions table. You need to generate a report of all promos from the promotions table based on the following conditions: 1. The...
- Question #38
Examine the structure of the employees table. You want to display the maximum and minimum salaries of employees hired 1 year ago. Which two statements would get the correct output?
- Question #39
Using the customers table, you need to generate a report that shows 50% of each credit amount in each income level. The report should NOT show any repeated credit amounts in each i...
- Question #40
You issue the following command to drop the products table: SQL> DROP TABLE products; Which three statements are true about the implication of this command?
- Question #41
Evaluate the following SQL statement: Which statement is true regarding the above query if one of the values generated by the subquery is null?
- Question #42
Examine the structure of the employees table: There is a parent/child relationship between EMPLOYEE_ID and MANAGER_ID. You want to display the name, joining date, and manager for a...
- Question #43
Which statement is true regarding the default behavior of the order by clause?
- Question #44
View the Exhibits and examine the structures of the products and sales tables. Which two SQL statements would give the same output?
- Question #45
The customers table has the following structure: You need to write a query that does the following tasks: 1. Display the first name and tax amount of the customers. Tax is 5% of th...
- Question #46
View the Exhibit and examine the structure of the CUSTOMERS table. You have been asked to produce a report on the customers table showing the customers details sorted in descending...
- Question #47
View the Exhibit and examine the data in the products table. You need to display product names from the products table that belong to the 'software/other' category with minimum pri...
- Question #48
You need to display the first names of all customers from the customers table that contain the character 'e' and have the character 'a' in the second last position. Which query wou...
- Question #49
Examine the structure of the customers table: CUSTNO is the primary key in the table. You want to find out if any customers' details have been entered more than once using differen...
- Question #50
You need to generate a list of all customer last names with their credit limits from the customers table. Those customers who do not have a credit limit should appear last in the l...