Django-quiz

Django-quiz

5th Grade - University

20 Qs

quiz-placeholder

Similar activities

CIA Mid-Term Review 1

CIA Mid-Term Review 1

9th - 10th Grade

17 Qs

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

ICT Unit-2

ICT Unit-2

University

20 Qs

Computer Security Measure

Computer Security Measure

11th Grade - University

19 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

INTRODUCING PYHTON

INTRODUCING PYHTON

7th Grade

16 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

Django-quiz

Django-quiz

Assessment

Quiz

Computers

5th Grade - University

Hard

Created by

Yasir Jafri

Used 58+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following SQL clauses is used to DELETE tuples from a database table?

DELETE

REMOVE

DROP

CLEAR

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The UPDATE SQL clause can _____________

update only one row at a time

update more than one row at a time

delete more than one row at a time

delete only one row at a time

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you change “Hansen” into “Nilsen” in the “LastName” column in the Persons table?

UPDATE Persons SET LastName=’Hansen’ INTO LastName=’Nilsen’

MODIFY Persons SET LastName=’Nilsen’ WHERE LastName=’Hansen’

MODIFY Persons SET LastName=’Hansen’ INTO LastName=’Nilsen’

UPDATE Persons SET LastName=’Nilsen’ WHERE LastName=’Hansen’

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL query to find all the "cities" from the "weather" table whose humidity is 95.

SELECT city WHERE humidity = 95

SELECT city FROM weather WHERE humidity = 95

SELECT humidity = 89 FROM weather

SELECT city FROM weather

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

With SQL, how do you select all the records from a table named “Persons” where the value of the column “FirstName” ends with an “a”?

SELECT * FROM Persons WHERE FirstName=’a’

SELECT * FROM Persons WHERE FirstName LIKE ‘a%’

SELECT * FROM Persons WHERE FirstName LIKE ‘%a’

SELECT * FROM Persons WHERE FirstName=’%a%’

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a method in python?

a way of doing something

a special kind of function that is defined in a class definition

the creation of an instance of a class

orderliness of thought or behavior; systematic planning or action

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Attributes of an object are also known as

methods

properties

classes

functions

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?