Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Oracle Database Administration I

Last Update 18 hours ago Total Questions : 142

The Oracle Database Administration I content is now fully updated, with all current exam questions added 18 hours ago. Deciding to include 1z0-082 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 1z0-082 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 1z0-082 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Oracle Database Administration I practice test comfortably within the allotted time.

Question # 31

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:

Exhibit 1.

Exhibit 2.

What will be the result?

A.

It gives an error because the ALL keyword is not valid

B.

It gives an error because the GROUP BY clause is not valid

C.

It executes successfully but does not give the required result

D.

It executes successfully and gives the required result

Question # 32

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.

Which query can be used?

A.

SELECT * FROM customers WHERE city LIKE ‘D_%’;

B.

SELECT * FROM customers WHERE city = ‘%D_’;

C.

SELECT * FROM customers WHERE city LIKE ‘D_’;

D.

SELECT * FROM customers WHERE city = ‘D_%’;

Question # 33

You execute this query:

SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), ‘MON’), ‘dd “Monday for” fmMonth rrrr’)

What is the result?

A.

It executes successfully but does not return any result

B.

It returns the date for the first Monday of the next month

C.

It generates an error

D.

It returns the date for the last Monday of the current month

Question # 34

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.)

A.

Column positions must be used in the ORDER BY clause

B.

Only column names from the first SELECT statement in the compound query are recognized

C.

The first column in the first SELECT of the compound query with the UNION operator is used by default to sort output in the absence of an ORDER BY clause

D.

Each SELECT statement in the compound query must have its own ORDER BY clause

E.

Each SELECT statement in the compound query can have its own ORDER BY clause

Question # 35

Which three statements are true about the Oracle join and ANSI join syntax? (Choose three.)

A.

The Oracle join syntax supports creation of a Cartesian product of two tables

B.

The Oracle join syntax performs better than the SQL:1999 compliant ANSI join syntax

C.

The SQL:1999 compliant ANSI join syntax supports natural joins

D.

The SQL:1999 compliant ANSI join syntax supports creation of a Cartesian product of two tables

E.

The Oracle join syntax only supports right outer joins

F.

The Oracle join syntax supports natural joins

G.

The Oracle join syntax performs less well than the SQL:1999 compliant ANSI join syntax

Question # 36

Which two statements are true about Oracle synonyms?

A.

A synonym has an object number.

B.

A synonym can be created on an object in a package.

C.

A synonym can have a synonym.

D.

All private synonym names must be unique in the database.

E.

Any user can create a PUBLIC synonym.

Question # 37

Examine this command:

CREATE UNDO TABLESPACE undotbs01

DATAFILE ‘undotbs_01.dbf’

SIZE 100M

AUTOEXTEND ON;

Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)

A.

Add the SEGMENT SPACE MANAGEMENT AUTO clause

B.

Set UNDO_TABLESPACE to UNDOTBS01

C.

Add the NOLOGGING clause

D.

Make certain that the database operates in automatic undo management mode

E.

Add the ONLINE clause

Question # 38

Which three statements are true about inner and outer joins? (Choose three.)

A.

A full outer join returns matched and unmatched rows

B.

An inner join returns matched rows

C.

Outer joins can only be used between two tables per query

D.

A full outer join must use Oracle syntax

E.

Outer joins can be used when there are multiple join conditions on two tables

F.

A left or right outer join returns only unmatched rows

Question # 39

Which two statements are true about Enterprise Manager Database Express? (Choose two.)

A.

It is available only when the database is open

B.

It can be used to perform database recovery

C.

The same port number can be used for Database Express configurations for databases on different hosts

D.

It can be used to switch a database into ARCHIVELOGMODE

E.

The same port number can be used for multiple Database Express configurations for multiple databases on the same host

Question # 40

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

A.

The data type group of each column returned by the second query must match the data type of the corresponding column returned by the first query.

B.

The number, but not names, of columns must be identical for all SELECT statements in the query.

C.

The data type of each column returned by the second query must exactly match the data type of the corresponding column returned by the first query.

D.

The names and number of columns must be identical for all SELECT statements in the query.

E.

The data type of each column returned by the second query must be implicitly convertible to the data type of the corresponding column returned by the first query.

Go to page: