082
剩余时间:
题 1: Which two queries execute successfully?.
题 2: The ORDERS table has a column ORDER_DATE of data type DATE. The default display format for a date is DD-MON-RR Which two WHERE conditions demonstrate the correct usage of conversion functions?
题 3: Which two statements are true about the DUAL table?.
题 4: Choose the best answer The CUSTOMERS table has a CUST_LAST_NAME column of data type VARCHAR2. The table has two rows whose COST_LAST_MANE values are Anderson and Ausson. Which query produces output for CUST_LAST_SAME containing Oder for the first row and Aus for thesecond?.
题 5: Which three statements are true about the naming methods and their features supported by Oracle database used to resolve connection information?.
题 6: The ORCL database has RESUMABTE_TIMEOUT =7200 and DEFERRED SEGMENT CREATION=FALSE User U1 has a 1 MB quota in tablespace DATA. Ul executes this command .Ul complains that the command is taking too long to execute .In the alert log, the database administrator (DBA ) finds this 2017-03-06912:15:17.183438+05:30 .statement in resumable session 'User U1(136), session 1, Instance 1 ' was suspended due to ORA-01536: space quota exceeded for tablespace 'DATA' .Which are three actions any one of which the DBA could take take to resume the session?
题 7: View the Exhibit and examine the description of the tables You execute this SQL statement Which three statements are true?.
题 8: Examine this command Which two statements are true?.
题 9: Examine these commands Which two statements are true about the sqlldr execution?.
题 10: Examine the description of the BOOKS_TRANSACTIONS table: Which two WHERE conditions give the same result?.
题 11: Which compression method is recommended for Direct-Path Insert operations?.
题 12: Choose two Examine this query: SELECT employee_id,first_name,salary FROM employees WHERE hire_date > '&1'; Which two methods should you use to prevent prompting for a hire date value when this query is executed?.
题 13: Which two statements are true about User Authentication in an Oracle Database?.
题 14: Which two statements are true about space-saving features in an Oracle Database?.
题 15: Which two statements are true about the configuration and use of UNDO RETENTION with no GUARANTEED RETENTION?.
题 16: Which two queries execute successfully?.
题 17: Which two statements are true about the SET VERIPY ON command?.
题 18: Examine the description of the PRODUCT_DETAILs table: Which two statements are true?.
题 19: You start your database instance in NOMOUNT state. Which two actions are performed?.
题 20: Examine this description of the TRANSACTIONS table Which two SQL statements execute successfully?.
题 21: While one of your databases was in mount state, the datafiles were renamed because they had been moved to a new file system The database was then opened Which two statements are true?.
题 22: Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data?.
题 23: Examine the description of the SALES table.
题 24: Which two statements are true about the tools used to configure Oracle Net Services?.
题 25: Which three statements are true about inner and outer joins?.
题 26: Which two are benefits of external tables?.
题 27: Which two Oracle database space management features require the use of locally managed Table spaces?.
题 28: In the spfile of a single instance database, LOCAL_LISTENER is set to LISTENER_1. The TNSNAMES.ORA file in $ORACLE HOME/network/admin in the database home contains: LISTENER_1 = (ADDRESS= (PROTOCOL= TCP) (HOST =host1.abc.com) (PORT=1521)) Which statement is true?.
题 29: Which two statements are true about undo segments and the use of undo by transactions in an Oracle database instance.
题 30: Which three statements are true about a self join?.
题 31: Which two statements are true about GLOBAL TEMPORARY TABLES?.
题 32: Which two statements are true about substitution variables?.
题 33: Which three statements are true about data block storage in an Oracle Database?.
题 34: Which two statements are true about UNDO and REDO?.
题 35: Which statement is true about database links?.
题 36: Which three statements are true about dynamic performance views?.
题 37: Which two statements are true about INTERVAL data types?.
题 38: Which two statements are true regarding Oracle database space management within blocks managed by Automatic Segment Space Management (ASSM)?.
题 39: Which two statements are true regarding indexes?.
题 40: Which three statements are true about Deferred Segment Creation in Oracle databases?.
题 41: Which two tasks can you perform using DBCA for databases?.
题 42: A database is configured to use automatic undo management with temporaryundo enabled. An UPDATE is executed on a temporary table. Where is the UNDO stored?.
题 43: Examine this command SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT .Which two statements are true?.
题 44: Which three statements are true regarding the UNION and UNION ALL operators?.
题 45: You need to calculate the number of days from 1st January 2019 until today. Dates are stored in the default format of DD-MON-RR .Which two queries give the required output?.
题 46: Which three statements are true about the Automatic Diagnostic Repository (ADR)?.
题 47: Which two statements are true about the PMON background process?.
题 48: Which two statements are true about Oracle synonyms?.
题 49: Which three statements are true about performing DML operations on a view with no INSTEAD OF triggers defined?.
题 50: Which two statements are true regarding a SAVEPOINT?.
题 51: Which two statements are true about the Oracle join and ANSI join syntax?.
题 52: Examine these SOL statements which execute successfully,Which two statements are true after execution?.
题 53: Which are two of the account management capabilities that can be configured using Oracle profiles?.
题 54: Which three are types of segments in an Oracle Database?.
题 55: You must create a tablespace of non-standard block size in a new file system and plan to use this command .The standard block size is 8k but other non-standard block sizes will also be used .Which two are requirements for this command to succeed?.
题 56: Examine the description of the SALES table: The SALES table has 55,000 rows. Examine this statement: CREATE TABLE sales1 (prod_id, cust_id, quantity_sold, price) AS SELECT product_id, customer_id, quantity_sold, price FROM sales WHERE 1 = 1; Which two statements are true?.
题 57: As the DBA, you execute this command: GRANT CREATE VIEW TO usr1 WITH ADMIN OPTION; USR1 then executes this command: GRANT CREATE VIEW TO usr2 WITH ADMIN OPTION; USR2 then executes this command: GRANT CREATE VIEW TO usr3; Which statement is true?.
题 58: Which three statements are true about indexes and their administration in an Oracle database?.
题 59: Which three statements are true?.
题 60: Examine the description of the SATES1 table SALES2 is a table with the same description as SALES1 Some sales data is contained erroneously in both tables. You must display rows from SALES1 and SALES and wish to see the duplicates too. Which set operator generates the required output?.
题 61: You currently have an active transaction in your session and have been granted select access to V$TRANSACTION,In which three situations will re-executing this query still return a row but with a different XID indicating a new transaction has started?.
题 62: Examine the description of the MEMBERs table:You want to display all cities that contain the string AN. The cities must be returned in ascending order with the last names further sorted in descending order.Which two clauses must you add to the query?.
题 63: The SALES_Q1 and USERS tablespaces exist in one of your databases And TEMP is a temporary tablespace.Segment creation is not deferred. You execute this command .Which three statements must be true so that the sales user can create tables in SALES_Q1?.
题 64: Which four activities can be performed using SQL Developer?.
题 65: Which two statements are true about the UNLIMITED TABLESPACE system privilege and space quotas?.
题 66: View the Exhibits and examine the structure of the costs and PROMOTIONS tables You want to display prod_ids whose promotion cost is less than the highest cost prod_id in a promotion time interval .Examine this SQL statement .What will be the result?.
题 67: Which two statements are true about the Oracle Data Dictionary?.
题 68: Examine the description of the PRODUCT INFORMATION table: Which query retrieves the number of products with a null list price?.
题 69: Which three filesare used by conventional path SQL*Loader when the TABLE option is not specified?.
题 70: Examine the description of the PRODUCR_STATUS table.The STATUS column contains the values 'in stock' or 'OUT OF STOCK' for each row .Which two queries will execute successfully?.
题 71: You want to apply the principle of Least Privilege in all your live databases.One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis.Which two are types of analyses that can be done using the DBMS_PRIVILEGE_CAPTURE package?.
题 72: In one of your databases, you create a user, HR, and then execute this command GRANT CREATE SESSION TO hr WITH ADMIN OPTION: Which three actions can HR perform?.
题 73: Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER.Examine these SQL statements. Which two statements are true?.
题 74: 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_BEGIN_DATE contained in a query?.
题 75: Which two statements are true about single row functions?.
题 76: Which three statements are true about UNDO and REDO?.
题 77: Choose three. Which three statements are true about Resumable Space Allocation in Oracle databases?.
题 78: Examine the description of the CUSTOMERS table: You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit is below 1000 .Examine this partial query SELECT cust_last_name, cust_credit_limit FROM customers .Which two WHERE conditions give the required result?.
题 79: Which two are true about a SQL statement using SET operators such as UNION?.
题 80: Which three statements are true regarding single row subqueries?.
题 81: What is true about non-equijoin statement performance?.
题 82: Which three statements are true about the DESCRIBE command?.
题 83: Your database instance is started with an SPFILE.A PFILE is also available You execute this command .ALTER SYSTEM SET DB CACHE_SIZE=100K Where is the value changed?
题 84: Choose two 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 two statements are true about the output?.
题 85: Which two statements are true about the Oracle Data Dictionary?.
题 86: Which three statements are true about connection strings and service names used to connect to an Oracle database instance?.
题 87: Examine the description of the products table,Which query is valid?.
题 88: Examine the description of the EMPLOYEES table NLS_DATE_FORMAT is set to DD-MON-YY Which query requires explicit_data type conversion?.
题 89: Which three statements are true about using SQL*Plus?.
题 90: Which two statements are true about Database Instances and Real Application Clusters(RAC).
返回首页