wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CRUD with DB Browser and SQLite

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does CRUD stand for in database operations?

a)

Create, Read, Update, Delete

b)

Create, Remove, Update, Delete

c)

Copy, Read, Update, Delete

d)

Create, Read, Upload, Delete

2.

What is SQLite best described as?

a)

A hardware-based database system

b)

A file-based database system

c)

A cloud-based database service

d)

A server-based database system

3.

Which tool provides a graphical interface for managing SQLite databases?

a)

Microsoft Access

b)

MySQL Workbench

c)

Oracle SQL Developer

d)

DB Browser

4.

What is the primary language used by SQLite to manage data?

a)

C++

b)

Python

c)

SQL

d)

Java

5.

Which of the following is NOT a feature of SQLite?

a)

Simplicity

b)

Portability

c)

Complexity

d)

Efficiency

6.

In the context of SQLite, what is a 'table'?

a)

A collection of databases

b)

A structured collection of data organized into rows and columns

c)

A single data entry

d)

A graphical representation of data

7.

What is the first step in creating a new database using DB Browser?

a)

Click on 'Delete Database'

b)

Click on 'New Database'

c)

Click on 'Edit Database'

d)

Click on 'Open Database'

8.

What is the purpose of the 'Autoincrement' option in a table column?

a)

To automatically update records

b)

To automatically delete records

c)

To automatically generate a unique identifier for each record

d)

To automatically read records

9.

Which operation would you use to modify existing data in a table?

a)

Read

b)

Delete

c)

Create

d)

Update

10.

How can you view the contents of a table in DB Browser?

a)

By using the 'Browse Data' tab

b)

By using the 'Edit Data' tab

c)

By using the 'Delete Data' tab

d)

By using the 'Create Data' tab

11.

What is the function of the 'Write Changes' button in DB Browser?

a)

To discard changes made to the database

b)

To save changes made to the database

c)

To import a new database

d)

To export the database

12.

Which operation would you use to remove data from a table?

a)

Create

b)

Update

c)

Delete

d)

Read

13.

What is the advantage of using SQL commands over the graphical interface?

a)

They are easier to use

b)

They offer more precise and flexible data manipulation

c)

They are faster to execute

d)

They require less knowledge of databases

14.

What is the role of the 'Primary Key' in a table?

a)

To allow duplicate records

b)

To uniquely identify each record

c)

To store large amounts of data

d)

To encrypt the data

15.

What is the main benefit of SQLite's portability?

a)

It is only compatible with Windows

b)

It needs a powerful server to run

c)

It requires a large amount of storage

d)

It can be used on multiple devices without modification