Quiz on JOINs

Quiz on JOINs

Professional Development

10 Qs

quiz-placeholder

Similar activities

Operator Pelayanan Operasional Part 1

Operator Pelayanan Operasional Part 1

Professional Development

15 Qs

Trivia- Training 2023

Trivia- Training 2023

Professional Development

10 Qs

Telephone

Telephone

Professional Development

10 Qs

Excel

Excel

Professional Development

10 Qs

P2H PC200

P2H PC200

Professional Development

15 Qs

JavaScript Para react

JavaScript Para react

Professional Development

9 Qs

Teacher´s Reflection

Teacher´s Reflection

Professional Development

10 Qs

FinTech 03-2 Pandas

FinTech 03-2 Pandas

Professional Development

10 Qs

Quiz on JOINs

Quiz on JOINs

Assessment

Quiz

English, Other

Professional Development

Hard

Created by

bhawani pattnaik

Used 20+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Join is required when

we need to join information from multiple rows of a table in a result

we need to join information from multiple tables in a result

we want to join result of two queries into one

none of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is correct in syntax

Select * from tblA A, tblB B on(A.colA = B.colB)

Select * from tblA A, tblB B where A.colA = B.colB

Select * from tblA A natural join tblB B on(A.colA = B.colB)

Select * from tblA A join tblB B where A.colA = B.colB

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about Self Join

In case of Self Join Natural Join has no meaning

In self join one has to use oracle syntax only

in self join one has to use SELF JOIN keywords.

none of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is not a type of join

Left Outer

Right Outer

Both Outer

Inner

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which one of the following condition is valid for left outer join

where A.colA (+) = B.colB

where A.colA = B.colB(+) OR A.colB= B.colA(+)

where A.colA = B.colB(+) AND A.colB= B.colA

where A.colA = B.colB(+) AND A.colB= B.colA(+)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is False

(+) operator can not be used with OR operator

(+) operator can not be used with IN operator

(+) operator can not be used with arbitrary expression

(+) operator can not be used with AND operator

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Minimum how many condition are required for joining N tables to avoid cross join

one condition

N conditions

N-1 conditions

N+1 conditions

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?