Search Header Logo

Oracle 12c SQL Post-Assessment

Authored by Minzah Arif

Computers

Professional Development

Used 2+ times

Oracle 12c SQL Post-Assessment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Identify SELECT statements that execute successfully? (choose 2 answers)

SELECT first_name, last_name, job_id, salary*12 AS

Yearly Sal FROM employees;

SELECT first_name, last_name, job_id, salary*12

"yearly sal" FROM employees;

SELECT first_name, last_name, job_id, salary AS

"yearly sal" FROM employees;

SELECT first_name+last_name AS name, job_Id, salary*12

yearly sal FROM employees;

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following are valid operators for the WHERE clause? (Choose 2 answers)

=>

IS NULL

!=

IS LIKE

IN BETWEEN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Oracle 12c, a single instance can have more than one database?

True

False

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

In Oracle 12c, which of the following are shared among all the PDBs (Choose 2 answers)?

Memory Structures

Background Processess

Database Files

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the new features of Oracle 12c Database? (Choose 2 answers)

Invisible Columns

SQL Row Limiting Clause

Group By Clause

Where Clause

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using a subquery is equivalent to performing two sequential queries and using the result of the inner query as the search criteria for the outer query?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following statements make the table empty, leaving the table structure intact:

DELETE FROM copy_emp;

TRUNCATE TABLE copy_emp;

True

False

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?