1Z0-071 Exam Questions
419 real 1Z0-071 exam questions with expert-verified answers and explanations. Page 6 of 9.
- Question #259
The SQL statements executed in a user session are as follows: Which two statements describe the consequences of issuing the ROLLBACK TO SAVE POINT a command in the session? (Choose...
- Question #260
View the Exhibit and examine the structure of the PRODUCT_INFORMATION table. You want to see the product names and the date of expiration of warranty for all the products, if the p...
- Question #262
Examine the description of the PRODUCT_DETAILS table: Which two statements are true? (Choose two.)
- Question #263
Which two are true about the data dictionary? (Choose two.)
- Question #264
Which three statements are true about views in an Oracle Database? (Choose three.)
- Question #266
Examine the data in the CUST_NAME column of the CUSTOMERS table: You want to display the CUST_NAME values where the last name starts with Mc or MC. Which two WHERE clauses give the...
- Question #267
Which three are true about the MERGE statement? (Choose three.)
- Question #268
Which three actions can you perform only with system privileges? (Choose three.)
- Question #269
Which three are true about multitable INSERT statements? (Choose three.)
- Question #270
Examine the description of the SALES table: The SALES table has 55,000 rows. Examine this statement: Which two statements are true? (Choose two.)
- Question #271
Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)
- Question #272
Which two statements are true about the results of using the INTERSECT operator in compound queries? (Choose two.)
- Question #273
Examine the description of the CUSTOMERS table: CUSTNO is the PRIMARY KEY. You must determine if any customers' details have been entered more than once using a different CUSTNO, b...
- Question #275
The SALES table has columns PROD_ID and QUANTITY_SOLD of data type NUMBER. Which two queries execute successfully? (Choose two.)
- Question #276
Examine these statements executed in a single Oracle session: Which three statements are true? (Choose three.)
- Question #277
Which three are true about dropping columns from a table? (Choose three.)
- Question #278
You issued this command: Which three statements are true? (Choose three.)
- Question #279
The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type DATE. You want to display the date of the first Monday after the completion of six months...
- Question #280
Which two statements are true about date/time functions in a session where NLS_DATE_FORMAT is set to DD-MON-YYYY HH24:MI:SS? (Choose two.)
- Question #281
Which three statements are true about the Oracle join and ANSI join syntax? (Choose three.)
- Question #282
View the Exhibit and examine the description of the tables. You execute this SQL statement: Which three statements are true? (Choose three.)
- Question #284
Examine the description of the CUSTOMERS table: You want to display details of all customers who reside in cities starting with the letter D followed by at least two characters. Wh...
- Question #285
Examine this SQL statement: Which two are true? (Choose two.)
- Question #286
What is true about non-equijoin statement performance? (Choose two.)
- Question #287
Which three statements are true about multiple row subqueries? (Choose three.)
- Question #289
In which three situations does a new transaction always start? (Choose three.)
- Question #290
View the Exhibit and examine the structure of the PRODUCTS table Which two tasks would require subqueries? (Choose two.)
- Question #292
Examine this statement: What is returned upon execution?
- Question #293
Examine the description of the PRODUCT_INFORMATION table: Which query retrieves the number of products with a null list price?
- Question #294
Which statement is true about aggregate functions?
- Question #295
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
- Question #296
Which two commands execute successfully? (Choose two.) - MANAGER is an existing role with no privileges or roles. - EMP is an existing role containing the CREATE TABLE privilege. -...
- Question #297
Which statement is true about the INTERSECT operator used in compound queries?
- Question #298
Which statement is true regarding the default behavior of the ORDER BY clause?
- Question #299
You execute this query: What is the result?
- Question #300
Which two are true about granting privileges on objects? (Choose two.)
- Question #301
Which statement is true about TRUNCATE and DELETE?
- Question #302
In the PROMOTIONS table, the PROMO_BEGIN_DATE column is of data type DATE and the default date format is DD-MON-RR. Which two statements are true about expressions using PROMO_BEGI...
- Question #303
Which two statements are true about Oracle synonyms? (Choose two.)
- Question #304
Examine the description of the SALES1 table: SALES2 is a table with the same description as SALES1. Some sales data is duplicated in both tables. You want to display the rows from...
- Question #305
Examine this query: SELECT 2 FROM DUAL d1 CROSS JOIN DUAL d2 CROSS JOIN DUAL d3; What is returned upon execution?
- Question #306
The PRODUCT_INFORMATION table has a UNIT_PRICE column of data type NUMBER (8, 2). Evaluate this SQL statement: SELECT TO_CHAR(unit_price, `$9,999') FROM product_information; Which...
- Question #307
Examine the description of the BOOKS_TRANSACTIONS table: Examine this partial SQL statement: SELECT * FROM books_transactions Which two WHERE conditions give the same result? (Choo...
- Question #308
Which two statements are true about a self join? (Choose two.)
- Question #309
You create a table by using this command: CREATE TABLE rate_list (rate NUMBER(6,2)); Which two are true about executing statements? (Choose two.)
- Question #310
Examine these SQL statements which execute successfully: Which two statements are true after execution? (Choose two.)
- Question #311
Which two statements are true about conditional INSERT ALL? (Choose two.)
- Question #312
Examine the description of the EMPLOYEES table: Which query is valid?
- Question #313
Which three statements are true about performing Data Manipulation Language (DML) operations on a view in an Oracle Database? (Choose three.)
- Question #314
Which two statements are true about the ORDER BY clause when used with a SQL statement containing a SET operator such as UNION? (Choose two.)