1Z1-082試験無料問題集「Oracle Database Administration I 認定」

Which two statements are true about Enterprise Manager (EM) Express?

Which three statements are true regarding indexes? (Choose three.)

正解:B,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Examine the description of the BOOKS table:

The table has 100 rows.
Examine this sequence of statements issued in a new session:
INSERT INTO books VALUES ('ADV112', 'Adventures of Tom Sawyer', NULL, NULL); SAVEPOINT a; DELETE FROM books; ROLLBACK TO SAVEPOINT a; ROLLBACK; Which two statements are true? (Choose two.)

Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)

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?

Which two statements are true about undo and undo tablespaces?

Which two statements are true about the SET VERIFY ON command? (Choose two.)

Which two statements are true about Database Instances and Real Application Clusters (RAC)?

The stores table has a column START_DATE of data type DATE, containing the date the row was inserted. You only want to display details of rows where START_DATE is within the last 25 months. Which where clause can be used?

Which two statements are true about the WHERE and HAVING clauses in a SELECT statement? (Choose two.)