Search Header Logo

Database Rev (May Possible na Mali)

Authored by Ne R

Computers

University

Used 10+ times

Database Rev (May Possible na Mali)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

54 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The _____ statement selects rows from one table to update and/or insert into another table.

Merge

Clause

Double

Joint

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The INTO clause occurs between the SELECT and _______ clauses.

Into

From

Merge

Insert

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ______ is a Boolean attribute that evaluates to TRUE if the most recent SQL statement did not return even one row.

SQL%FOUND

SQL%NOTFOUND

SQL%BOOL

SQL%TRUE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The memory area allocated by Oracle server to store the SQL statement and the data that it uses in known as __________.

IMPLICIT CURSOR

EXPLICIT CURSOR

CLAUSE CURSOR

DEFINE CURSOR

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ______ clause is used in DML statement to specify variable(s) that will hold the value(s) that SQL returns from the SELECT clause.

INTO

FROM

SELECT

FOUND

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What could be the possible error of the given code below?

DECLARE

v_sum_sal NUMBER(10,2);

v_deptno  NUMBER NOT NULL := 60;

BEGIN

SELECT SUM(salary) FROM employees WHERE department_id = v_deptno;

DBMS_OUTPUT.PUT_LINE('Dep #60 Salary Total: ' || v_sum_sal);

END;

NO ERROR

MISSING SELECT CLAUSE

MISSING INTO CLAUSE

NO SEMICOLON

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean attribute that evaluates to TRUE if the most recent SQL statement did not return even one row. 

SQL%RETURN

SQL%NOTFOUND

SQL%FOUND

SQL%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?