CE-424-QUIZ#1

CE-424-QUIZ#1

University

15 Qs

quiz-placeholder

Similar activities

STAR Training- March 24th

STAR Training- March 24th

University

12 Qs

Are you smarter than an RA ?

Are you smarter than an RA ?

University

13 Qs

Eller Professional Admission Trivia

Eller Professional Admission Trivia

University - Professional Development

12 Qs

Instruction Pipelining

Instruction Pipelining

University

12 Qs

Challenge Yourself

Challenge Yourself

University

20 Qs

Ca de Cuello uterino-Tertulia

Ca de Cuello uterino-Tertulia

University

11 Qs

Ditado melódico - 2ª, 3ª, 4ª, 5ª, 6ª e 8ª e percepção de acordes

Ditado melódico - 2ª, 3ª, 4ª, 5ª, 6ª e 8ª e percepção de acordes

University

15 Qs

Timber

Timber

University

12 Qs

CE-424-QUIZ#1

CE-424-QUIZ#1

Assessment

Passage

Other

University

Easy

Created by

Rod Puyat

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT * FROM students

WHERE city <> 'New York'

ORDER BY last_name ASC, first_name DESC;

3,8,10,7,9,6,2,4

3,6,9,7,8,10,2,4

3,6,9,7,10,8,2,4

None of the choices

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT * FROM students WHERE gpa >= 3.5 AND gpa <= 3.7 ORDER BY gpa DESC, last_name ASC;

2,6,4

6,4,2

2,6

1,4,6

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT * FROM students WHERE city = 'Chicago' OR city = 'Los Angeles' ORDER BY last_name DESC, first_name ASC;

9,7,6,3

2,9,7,3

7,3,6,2

7,3,2,8

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT * FROM students WHERE city <> 'Los Angeles' AND gpa > 3.7 ORDER BY gpa DESC, age ASC;

10,1

10,9,1

1,10,2

10,9,6

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT * FROM students WHERE age >= 22 ORDER BY age ASC, gpa DESC, last_name ASC;

2,6,4,8,5,10

8,5,6,4,7,1

6,2,4,8,10,5

7,4,5,6,2,10

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT * FROM students WHERE (city = 'Chicago' OR city = 'San Francisco') AND gpa >= 3.2 ORDER BY gpa DESC, city ASC;

4,2,8,7

4,2,7,8

5,6,4,3

5,6,3,4

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT * FROM students WHERE age <= 20 OR gpa < 3.3 ORDER BY last_name DESC, first_name ASC;

9,8,5,3

7,8,4,5

5,6,4,2

9,8,7,3

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?