082
剩余时间:
题 1: 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?.
题 2: Which two statements are true about the PMON background process?.
题 3: Which statement is true about database links?.
题 4: 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?.
题 5: Examine this command Which two statements are true?.
题 6: Which two statements are true about the tools used to configure Oracle Net Services?.
题 7: Which two statements are true about the DUAL table?.
题 8: Which three statements are true about the naming methods and their features supported by Oracle database used to resolve connection information?.
题 9: Which two statements are true concerning logical and physical database structures?.
题 10: 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?.
题 11: Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER.Examine these SQL statements. Which two statements are true?.
题 12: Which two Oracle database space management features require the use of locally managed Table spaces?.
题 13: 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?.
题 14: Which two statements are true about undo segments and the use of undo by transactions in an Oracle database instance.
题 15: Which two statements are true about substitution variables?.
题 16: Which three statements are true regarding the UNION and UNION ALL operators?.
题 17: Which two statements are true about a full outer join?.
题 18: 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?.
题 19: Which two statements are true about INTERVAL data types?.
题 20: Which two statements are true about the SET VERIPY ON command?.
题 21: Which two queries execute successfully?.
题 22: Which two statements are true about UNDO and UNDO tablespaces?.
题 23: Which three are types of segments in an Oracle Database?.
题 24: You execute this command: During the export operation, you detach from the job by using crtl+c and then execute this command Export> STOP_JOB =immediate Are you sure you wish to stop the job ( [yes] /no): yes Which two statements are true about the job?.
题 25: Which are two of the account management capabilities that can be configured using Oracle profiles?.
题 26: Choose two Examine the data in the CUST NAME column of the CUSTOMERS table: CUST_NAME ---- 【Renske Ladwig--Jason Mallin--Samuel McCain--Allan MCEwen--Irene Mikkilineni--Julia Nayer】You want to display the CUST_NAME values where the last name starts with Mc or M
题 27: Which two statements are true about Enterprise Manager(EM)Express?.
题 28: Which three statements are true about inner and outer joins?.
题 29: Which three statements are true about Private Temporary Tables (PTTs)in an Oracle Database?.
题 30: Choose two. Which two are true about transactions in the Oracle Database?.
题 31: Which three filesare used by conventional path SQL*Loader when the TABLE option is not specified?.
题 32: Which two statements are true about space-saving features in an Oracle Database?.
题 33: Which is the default column or columns for sorting output from compound queries using SET operators such as INTERSECT in a SQL statement?.
题 34: The CUSTOMERS table has a CUST_LAST_NAME column of data type VARCHAR2 The table has two rows whose CUST_LAST_NAME values are ANderson and Ausson Which query produces output for CUST_LAST_NAME containing Oder for the first row and Aus for the second?.
题 35: 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?.
题 36: Which three statements are true about performing DML operations on a view with no INSTEAD OF triggers defined?.
题 37: 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?.
题 38: 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?
题 39: Which two statements are true about the configuration and use of UNDO RETENTION with no GUARANTEED RETENTION?.
题 40: Which three statements are true about Deferred Segment Creation in Oracle databases?.
题 41: Which two statements are true about time zones, date data types, and timestamp data types in an Oracle database?.
题 42: Which three statements are true about the Automatic Diagnostic Repository (ADR)?.
题 43: Which three statements are true about roles?.
题 44: Which three are benefits of using temp UNDO when performing DML on global temporary tables?.
题 45: 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?.
题 46: 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?.
题 47: Examine the description of the PRODUCT INFORMATION table: Which query retrieves the number of products with a null list price?.
题 48: Which two statements are true about single row functions?.
题 49: Which two statements are true about UNDO and REDO?.
题 50: 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?.
题 51: Which four activities can be performed using SQL Developer?.
题 52: Examine the description of the products table,Which query is valid?.
题 53: Which two statements are true regarding indexes?.
题 54: 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?.
题 55: Examine these commands Which two statements are true about the sqlldr execution?.
题 56: 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?.
题 57: Examine the description of the SALES table.
题 58: Examine this description of the TRANSACTIONS table Which two SQL statements execute successfully?.
题 59: Which two statements are true about Database Instances and Real Application Clusters(RAC).
题 60: Examine the description of the PRODUCT_DETAILs table: Which two statements are true?.
题 61: Examine the description of the BOOKS_TRANSACTIONS table: Which two WHERE conditions give the same result?.
题 62: Which three statements are true regarding single row subqueries?.
题 63: Which two are benefits of external tables?.
题 64: Which three statements are true about a self join?.
题 65: Which three statements are true about using SQL*Plus?.
题 66: Which three statements are true about indexes and their administration in an Oracle database?.
题 67: You start your database instance in NOMOUNT state. Which two actions are performed?.
题 68: Which three statements are true about dynamic performance views?.
题 69: 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?.
题 70: 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?.
题 71: Examine the description of the EMPLOYEES table NLS_DATE_FORMAT is set to DD-MON-YY Which query requires explicit_data type conversion?.
题 72: View the Exhibit and examine the description of the tables You execute this SQL statement Which three statements are true?.
题 73: 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?.
题 74: Which three activities are recorded in the database alert log?.
题 75: Which two statements are true about views?.
题 76: Which three statements are true about data block storage in an Oracle Database?.
题 77: Examine these SOL statements which execute successfully,Which two statements are true after execution?.
题 78: 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?.
题 79: 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?
题 80: Which two statements are true about the Oracle Data Dictionary?.
题 81: 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?.
题 82: What is true about non-equijoin statement performance?.
题 83: Which two tasks can you perform using DBCA for databases?.
题 84: Which two statements are true about GLOBAL TEMPORARY TABLES?.
题 85: Which three statements are true about UNDO and REDO?.
题 86: Which two statements are true about User Authentication in an Oracle Database?.
题 87: Which three tasks are performed by background processes in an Oracle database instance?.
题 88: 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?.
题 89: Which two statements are true about the results of using the INTERSECT operator in compound queries?.
题 90: 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?.
返回首页