Filters
Question type

Study Flashcards

Briefly explain the different types of files used by the Oracle Database recovery facilities.

Correct Answer

verifed

verified

The first type of file is the datafile.D...

View Answer

SOONER and LATER triggers are placed on tables.

Correct Answer

verifed

verified

Which of the following is not true of stored procedures in Oracle Database?


A) They are programs.
B) They can have parameters.
C) They can be invoked remotely.
D) They can return values.
E) They can be written in C++.

Correct Answer

verifed

verified

If T3 is a table with three columns C1,C2 and C3,where C1 is integer data,C2 is character data,and C3 is date data,which of the following would be the proper statement to have Oracle Database enter the date 02/10/03 into a row in table T3 while making sure that it is formatted correctly as shown?


A) SET INTO T3 VALUES (101,'Smith','02/10/03') ;
B) SET INTO T3 VALUES (101,'Smith',TO_DATE ('02/10/03','DD/MM/YY') ) ;
C) INSERT INTO T3 VALUES (101,'Smith','02/10/2003') ;
D) INSERT INTO T3 VALUES (101,'Smith',TO_DATE ('02/10/03','DD/MM/YY') ) ;
E) Any of the above will work correctly.

Correct Answer

verifed

verified

What is SQL Developer?

Correct Answer

verifed

verified

SQL Developer is the GUI tool that is in...

View Answer

The Oracle SQL Developer has no facility for executing SQL statements.

Correct Answer

verifed

verified

Use the Edit Table table editor to create an index in Oracle Database.

Correct Answer

verifed

verified

Oracle Database provides only one method for creating an Oracle Database database.

Correct Answer

verifed

verified

When creating tables,Oracle Database automatically converts the SQL standard data type "int" into:


A) number (38,0) .
B) integer (32) .
C) number (5,0) .
D) integer (16) .
E) number (64,0) .

Correct Answer

verifed

verified

Each Oracle Database tablespace has one or more datafiles associated with it.

Correct Answer

verifed

verified

Control files,as used by Oracle Database's backup and recovery features,contain records of database changes.

Correct Answer

verifed

verified

Which of the following is true about stored procedures in Oracle Database?


A) They can be written using C++.
B) They must include the data type and length of parameters.
C) They can raise exceptions.
D) They do not contain variables.
E) They cannot invoke other procedures.

Correct Answer

verifed

verified

An Oracle Database tablespace is a logical subdivision of an Oracle database instance that is used to group related table,view,and other similar objects.

Correct Answer

verifed

verified

In Oracle Database,indexes are created using the ALTER command.

Correct Answer

verifed

verified

The PL/SQL keyword BEGIN is used to define a group of PL/SQL statements.

Correct Answer

verifed

verified

The Oracle Database PL/SQL statement used to repeat a set of PL/SQL statements as long as some condition is true is:


A) DECLARE.
B) BEGIN.
C) IF...ELSE...END IF.
D) LOOP.
E) END;.

Correct Answer

verifed

verified

In Oracle Database security,a System Privilege is the right to general tasks such as performing some action on the database data.

Correct Answer

verifed

verified

What is the Oracle Enterprise Manager 11g Database Control?

Correct Answer

verifed

verified

The Oracle Enterprise Manager 11g Databa...

View Answer

Oracle Database triggers are PL/SQL or Java procedures that are invoked when specified database activity occurs.

Correct Answer

verifed

verified

Among its many functions,SQL*Plus is also a text editor.

Correct Answer

verifed

verified

Showing 81 - 100 of 100

Related Exams

Show Answer