1Z0-061 Exam Questions
318 real 1Z0-061 exam questions with expert-verified answers and explanations. Page 4 of 7.
- Question #151
Examine the structure of the INVOICE table: Which two SQL statements would execute successfully? (Choose two.)
- Question #152
View the Exhibit and examine the description for the CUSTOMERS table. You want to update the CUST_INCOME_LEVEL and CUST_CREDIT_LIMIT columns for the customer with the CUST_ID 2360....
- Question #153
A SELECT statement can be used to perform these three functions: 1. Choose rows from a table. 2. Choose columns from a table 3. Bring together data that is stored in different tabl...
- Question #154
See the Exhibit and examine the structure and data in the INVOICE table: Which two SQL statements would execute successfully? (Choose two.)
- Question #155
You are currently located in Singapore and have connected to a remote database in Chicago. You issue the following command: PROMOTIONS is the public synonym for the public database...
- Question #156
Which is a valid CREATE TABLE statement?
- Question #157
Evaluate the following SQL statements: You issue the following command to create a view that displays the IDs and last names of the sales staff in the organization. Which two state...
- Question #158
Which three statements/commands would cause a transaction to end? (Choose three.)
- Question #159
You want to create an ORD_DETAIL table to store details for an order placed having the following business requirement: 1) The order ID will be unique and cannot have null values. 2...
- Question #160
Which three statements are true regarding sub queries? (Choose three.)
- Question #161
See the Exhibit and examine the structure of the PROMOSTIONS table: Which SQL statements are valid? (Choose all that apply.)
- Question #162
Which SQL statement displays the date March 19, 2001 in a format that appears as "Nineteenth of March 2001 12:00:00 AM"?
- Question #163
For which action can you use the TO_DATE function?
- Question #164
Evaluate the following SQL statements: Which is the correct output of the above query?
- Question #165
See the Exhibit and examine the structure of ORD table: Evaluate the following SQL statements that are executed in a user session in the specified order: CREATE SEQUENCE ord_seq; S...
- Question #166
Which two statements are true about constraints? (Choose two.)
- Question #167
Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER NOT NULL, Primary Key EMP_NAME VARCHAR2(30) JOB_ID NUMBER\ SAL NUMBER MGR_ID NUMBER . References EMPLOYEE_ID column...
- Question #168
The SQL statements executed in a user session as follows: Which two statements describe the consequence of issuing the ROLLBACK TO SAVE POINT a command in the session? (Choose two....
- Question #169
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. There is only one customer with the CUST_LAST_NAME column having value Roberts. Which INSERT statement sh...
- Question #170
User Mary has a view called EMP_DEPT_LOC_VU that was created based on the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables. She has the privilege to create a public synonym, and would...
- Question #171
View the Exhibit and examine the structure of the PROMOTIONS, SALES, and CUSTOMER tables. You need to generate a report showing the promo name along with the customer name for all...
- Question #172
View the Exhibit and examine the description for the PRODUCTS and SALES table. PROD_ID is a primary key in the PRODUCTS table and foreign key in the SALES table. You want to remove...
- Question #173
View the Exhibit and examine the structure of the CUSTOMERS table. Evaluate the query statement: What would be the outcome of the above statement?
- Question #174
View the Exhibit and examine the structure of the PROMOTIONS table. Which SQL statements are valid? (Choose all that apply.)
- Question #175
View the Exhibit and examine the structure of the PRODUCTS table. You need to generate a report in the following format: CATEGORIES 5MP Digital Photo Camera's category is Photo Y B...
- Question #176
The PART_CODE column in the SPARES table contains the following list of values: Which statement is true regarding the outcome of the above query?
- Question #177
View the Exhibit and examine the structure of the PROMOTIONS table. Evaluate the following SQL statement: The above query generates an error on execution. Which clause in the above...
- Question #178
Which statement is true regarding sub queries?
- Question #179
View the Exhibit and examine the structure of the CUSTOMERS table .Which statement would display the highest credit limit available in each income level in each city in the CUSTOME...
- Question #180
Evaluate the following SQL statement: SQL> SELECT cust_id, cust_last_name "Last Name" FROM customers WHERE country_id = 10 UNION SELECT cust_id CUST_NO, cust_last_name FROM custome...
- Question #181
Which is the valid CREATE [TABLE statement?
- Question #182
View the Exhibit to examine the description for the SALES table. Which views can have all DML operations performed on it? (Choose all that apply.)
- Question #183
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. There is only one customer with the cus_last_name column having value Roberts. Which INSERT statement sho...
- Question #184
What is true regarding sub queries?
- Question #185
View the Exhibit and examine the structure of the CUSTOMERS table. Evaluate the following SQL statement: Which statement is true regarding the outcome of the above query?
- Question #186
The following data exists in the PRODUCTS table: PROD_ID PROD_LIST_PRICE ---------------------------------------------- 123456 152525.99 You issue the following query: SQL> SELECT...
- Question #187
View the Exhibit and examine the structure of the PROMOTIONS table. Examine the following two SQL statements: Which statement is true regarding the above two SQL statements?
- Question #188
Which two statements are true regarding the DELETE and TRUNCATE commands? (Choose two.)
- Question #189
Which two statements are true regarding sub queries? (Choose two.)
- Question #190
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 out...
- Question #191
Examine the structure and data in the PRIC E_LIST table: Name Null? Type ------------ ------------- ------------------- PROD_D NOT NULL NUMBER(3) PROD_PRICE VARCHAR2(10) PROD_ID PR...
- Question #192
Which statement is true regarding the COALESCE function?
- Question #193
View the Exhibit and examine the structure of ORD and ORD_ITEMS tables. The ORD_NO column is PRIMARY KEY in the ORD table and the ORD_NO and ITEM_NO columns are composite PRIMARY K...
- Question #194
View the Exhibit and examine the structure of the PROMOTIONS table. Using the PROMOTIONS table, you need to find out the names and cost of all the promos done on 'TV' and 'internet...
- Question #195
You need to perform these tasks: 1. Create and assign a MANAGER role to Blake and Clark 2. Grant CREATE TABLE and CREATE VIEW privileges to Blake and Clark Which set of SQL stateme...
- Question #196
View the Exhibit and examine the structure of the PROMOTIONS table. Using the PROMOTIONS table, you need to display the names of all promos done after January 1, 2001, starting wit...
- Question #197
Which arithmetic operations can be performed on a column by using a SQL function that is built into Oracle database? (Choose three.)
- Question #198
View the Exhibit and examine the structure of CUSTOMERS and SALES tables. Evaluate the following SQL statement: UPDATE (SELECT prod_id, cust_id, quantity_sold, time_id FROM sales)...
- Question #199
You need to extract details of those products in the SALES table where the PROD_ID column contains the string '_D123'. Which WHERE clause could be used in the SELECT statement to g...
- Question #200
Which three statements are true about multiple-row sub queries? (Choose three.)