Database Rev (May Possible na Mali)

Database Rev (May Possible na Mali)

University

54 Qs

quiz-placeholder

Similar activities

Python Review

Python Review

University

54 Qs

IS314 - MIDTERM EXAM PART 1

IS314 - MIDTERM EXAM PART 1

University

50 Qs

Microsoft Azure Fundamentals AZ-900 ENG #6

Microsoft Azure Fundamentals AZ-900 ENG #6

University - Professional Development

50 Qs

SQL Keywords

SQL Keywords

University

55 Qs

DP 900

DP 900

University

52 Qs

Amazon AWS CLF-C01 Chapter 5 - 6

Amazon AWS CLF-C01 Chapter 5 - 6

University

55 Qs

Advanced Topics of Software Engineering (Part 2)

Advanced Topics of Software Engineering (Part 2)

University

51 Qs

Quiz-PTI-Chapter-5

Quiz-PTI-Chapter-5

University

49 Qs

Database Rev (May Possible na Mali)

Database Rev (May Possible na Mali)

Assessment

Quiz

Computers

University

Medium

Created by

Ne R

Used 10+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?