Oracle 19c OCP 1Z0-082認證考試題庫(36-41)
36.Examine this command
Which two statements are true?
A.DML, may be performed on tables with one or more extents in this data file during the
execution of this command
B.It overwrites any existing file with the name SALES02.DBF in /u02 by default.
C.Tables with one or more extents in this data file may be queried during the execution of this command
D.Compressed objects in sales01.DBF will be uncompressed in SALES02.DBF after the move E.The "To" clause containing the new file name must be specified even if Oracle Managed Files (OMF)is used
答案: AC
37.Which two statements are true about substitution variables?
A.A substitution variable used to prompt for a column name must be enclosed in double quotation marks.
B.A substitution variable prefixed with s always prompts only once for a value in a session
C.A substitution variable used to prompt for a column name must be enclosed in single quotation marks
D.A substitution variable prefixed with && prompts only once for a value in a session unless it is set to undefined in the session
E.A substitution variable can be used only in a SELECT statement
F.A substitution variable can be used with any clause in a select statement
答案: DF
38.Examine this description of the TRANSACTIONS table
Which two SQL statements execute successfully?
A.SELECT customer_id CUSTID, transaction date TRANS_DATE, amount+ 100 DUES FROM transactions
B.SELECT customer_id AS "CUSTOMER-ID", transaction date AS DATE, amount + 100 “DUES” FROM transactions
C.SELECT customer_id AS ‘CUSTOMER-ID’, transaction date As DATE, amount + 100 ‘DUES’ FROM transactions
D.SELECT customer_id AS "CUSTOMER-ID ", transaction date As "DATE”, amount +100 DUES FROM transactions
E.SELECT customer_id AS CUSTOMER-ID, transaction date As TRANS DATE, amount 100 " DUES AMOUNT " FROM transactions
答案: AD
CUSTOMER-ID和DATE要用引號
39.Which two statements are true about the configuration and use of UNDO RETENTION with no GUARANTEED RETENTION?
A.Unexpired UNDO is always retained
B.UNDO RETENTION specifies for how long Oracle attempts to keep unexpired UNDO C.UNDO_RETENTION specifies for how long Oracle attempts to keep expired and unexpired UNDO.
D.UNDO RETENTION specifies how long all types of UNDO are retained
E.Active UNDO is always retained
答案: BE
40.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?
A.WHERE order_date=TO_DATE(ADD_MONTHS(SYSDATE, 6),'MON DD YYYY')
B.WHERE TO_CHAR(order date, 'MON DD YYYY')= 'JAN 20 2019'
C.WHERE order_date > TO_DATE(JUL 10 2018','NON DD YYYY')
D.WHERE order_date=TO_CHAR(ADD_MONTHS(SYSDATE, 6),'MON DD YYYY)
E.WHERE order_date IN (TO_DATE('oct 21 2018','mon DD YYYY '), TO_CHAR('Nov 21 2018', 'Mon DD YYYY'))
答案: BC
A不應該用to_date
D 日期和字元無法進行比較
41.Examine the description of the EMPLOYEES table NLS_DATE_FORMAT is set to DD-MON-YY
Which query requires explicit_data type conversion?
A.SELECT join_date FROM employees WHERE join_date >'10-02-2018';
B.SELECT join_date || ' '|| salary FROM employees
C.SELECT salary + '120.50' FROM employees
D.SELECT SUBSTR( join_date, 1, 2)-10 FROM employees
E.SELECT join_date + '20' FROM employees
答案: A
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70018393/viewspace-2902516/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 19c OCP 1Z0-082認證考試題庫(19-23)Oracle
- Oracle 19c OCP 1Z0-082認證考試題庫(24-29)Oracle
- Oracle 19c OCP 1Z0-082認證考試題庫(30-35)Oracle
- Oracle 19c OCP 1Z0-082認證考試題庫(51-60)Oracle
- Oracle 19c OCP 1Z0-082認證考試題庫(7-12)Oracle
- Oracle 19c OCP 1Z0-082認證考試題庫(13-18)Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-1Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-2Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-3Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-4Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-5Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-6Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-7Oracle
- 【每日一練】Oracle OCP認證考試題庫解析052-8Oracle
- oracle ocp 19c考題,科目082考試題-Oracle NetOracle
- oracle ocp 19c考題,科目082考試題-temporary undoOracle
- oracle ocp 19c考題,科目082考試題-INTERSECT operatorOracle
- ocp 19c考題,科目082考試題(28) - oracle profilesOracle
- Oracle OCP和MySQL OCP認證考試內容有哪些?OracleMySql
- oracle ocp 19c考題,科目082考試題(18)-unused columnOracle
- oracle ocp 19c考題7,科目082考試題-listener tnsnamesOracle
- oracle ocp 19c考題,科目082考試題-date/time functionsOracleFunction
- MySQL OCP 8.0 認證1Z0-809考試題庫MySql
- oracle ocp 19c考題,科目082考試題(19)-set unused columnOracle
- oracle ocp 19c考題,科目082考試題(20)-set unused columnOracle
- oracle ocp 19c考題10,科目082考試題 - shared server dispatchersOracleServer
- MySQL 8.0 OCP 1Z0-908認證考試題庫1MySql
- oracle ocp 19c考題8,科目082考試題-logical and physical database structuresOracleDatabaseStruct
- oracle ocp 19c考題11,科目082考試題 - about SET VERIFY ON commandOracle
- oracle ocp 19c考題,科目082考試題(21)-read-only tableOracle
- oracle ocp 19c考題,科目082考試題(17)-using an invisible columnOracle
- ocp 19c考題,科目082考試題(31) - resource_limitMIT
- ocp 19c考題,科目082考試題(25)- instance situations
- OCP考試題庫-185題
- ocp 19c考題,科目082考試題(14)-starting with the letter D
- DBA筆試試題-考試認證(zt)筆試
- Oracle產品考試認證列表Oracle
- ORACLE10G認證考試相關問題Oracle