Sudheer Quiz2

Sudheer Quiz2

University

22 Qs

quiz-placeholder

Similar activities

Associate Reactive Exam Questions

Associate Reactive Exam Questions

University

20 Qs

Pranata Komputer Terampil-Q02 by CAT-Prakom.com

Pranata Komputer Terampil-Q02 by CAT-Prakom.com

University

20 Qs

Tech Together Tuesday: Google Sheets

Tech Together Tuesday: Google Sheets

4th Grade - Professional Development

20 Qs

CYK TWO

CYK TWO

University

18 Qs

HIPAA Security and Privacy Training

HIPAA Security and Privacy Training

University - Professional Development

20 Qs

BCS Network Security Test 4

BCS Network Security Test 4

University

18 Qs

GPR

GPR

University

20 Qs

B.Voc. TDM 3rd sem- CAD External Practical Exam

B.Voc. TDM 3rd sem- CAD External Practical Exam

University - Professional Development

20 Qs

Sudheer Quiz2

Sudheer Quiz2

Assessment

Quiz

Professional Development

University

Hard

Created by

Sudheer Mamidi

Used 2+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the Syntax to be written in like statement for extracting strings that start with r and end with r

r%%r

rr%

%r%

r%r

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

You want to retrieve all employees, whether or not they have matching departments in the departments table. Which query would you use?

SELECT last_name, department_nameFROM employees e INNER JOIN departments d ON (e.department_id = d.department_id)

SELECT last_name, department_nameFROM employees e LEFT JOIN departments d ON (e.department_id = d.department_id);

SELECT last_name, department_nameFROM employees e RIGHT JOIN departments d ON (e.department_id = d.department_id);

NA

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In what order does SQL process the instructions

SELECT - FROM - WHERE - ORDER BY

SELECT - Where- From - ORDER BY

SELECT - FROM - ORDER By - WHERE

None

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which join would you use to create a query that returns ALL unique levels from Table B in below syntax

Table A ----- join Table B ?

Left

Inner

Right

None

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

If table A has 3 rows & table B has 3 rows. What is the maximum no of rows possible when A is left joined with B

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If table A has 3 rows & table B has 3 rows. What is the minimum no of rows possible when A is left joined with B

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A colulmn named 'city' from table 'orders_info' has 4 unique levels. How many rows will be there in output - select city, count(orders) from orders_info group by city ;

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?