
Test 1

Quiz
•
Computers
•
12th Grade
•
Hard
yeshi dema
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which module in Python is used to work with SQLite database?
sql3
sqlite
sqlite3
db_sqlite
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To establish a connection to an SQLite database, you use the function:
sqlite3.connect()
sqlite.connect()
sqlite3.create_connection()
sql.connect()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In SQLite, data types are associated with columns. Which of the following is NOT a valid SQLite data type?
INTEGER
REAL
TEXT
STRING
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The SQL statement to create a table named "Students" with columns "ID", "Name" and "Age" would be:
CREATE TABLE Students ( ID INT, Name TEXT, Age INT)
CREATE Students (ID INTEGER, Name TEXT, Age INTEGER)
TABLE Students (ID INTEGER, Name TEXT, Age INTEGER)
CREATE Students TABLE (ID INT, Name TEXT, Age INT)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To insert data into an SQLite table, you use the SQL statement:
ADD INTO
INSERT INTO
INSERT DATA
ADD DATA
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to commit changes to the database after executing SQL statements?
update()
save()
apply()
commit()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To retrieve all rows from an SQLite table, you use the following SQL statement:
SELECT ALL FROM table_name
SELECT*FROM table_name
SELECT FROM table_name
SELECT ROWS FROM table_name
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
SQL Commands Part 1

Quiz
•
11th - 12th Grade
20 questions
CLASS XI - MYSQL QUIZ

Quiz
•
11th - 12th Grade
20 questions
SQL and Database Concepts Quiz

Quiz
•
12th Grade
15 questions
Database starter

Quiz
•
12th Grade - University
15 questions
Big Data and Data Management Quiz

Quiz
•
11th Grade - University
19 questions
m2-bbdd

Quiz
•
KG - University
17 questions
PHP MySQL

Quiz
•
7th Grade - Professio...
20 questions
LATIHAN MS ACCESS MAPEL PILIHAN IT XII

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade