Search Header Logo

CE-424-QUIZ#1

Authored by Rod Puyat

Other

University

Used 2+ times

CE-424-QUIZ#1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?