wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Learn Database with ARJ

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

What is a database?

a)

A database is a programming language used for data analysis.

b)

A database is a type of software for creating websites.

c)

A database is a physical location for storing files.

d)

A database is an organized collection of data stored electronically.

2.

Define data and information.

a)

Data is raw facts; information is processed data that has meaning.

b)

Data is a summary of findings; information is the collection of data.

c)

Data is always organized; information is unstructured.

d)

Data is only numerical; information is only textual.

3.

What is a field in a database?

a)

A field is a column in a database table that stores specific data attributes.

b)

A field is a command used to query a database.

c)

A field is a row in a database table.

d)

A field is a type of database software.

4.

What is a record in a database?

a)

A record is a command used to query a database.

b)

A record is a collection of related data items stored together in a database.

c)

A record is a type of database software.

d)

A record is a single data type in a database.

5.

What are primary keys?

a)

Primary keys can be duplicated across records.

b)

Primary keys are unique identifiers for records in a database table.

c)

Primary keys are used to store large text data.

d)

Primary keys are optional fields in a database table.

6.

What are foreign keys?

a)

Foreign keys are used to create indexes on a single table.

b)

Foreign keys are a type of primary key that can exist independently.

c)

Foreign keys are constraints that link records in one table to records in another table, ensuring data integrity.

d)

Foreign keys are constraints that only apply to the primary table.

7.

What are the different types of databases?

a)

Relational, NoSQL, In-memory, Time-series

b)

Distributed, Hierarchical, Document

c)

Cloud, XML, CSV

d)

Flat-file, Graph, Object-oriented

8.

What does SQL stand for?

a)

Structured Query Language

b)

Standard Query Language

c)

Structured Query List

d)

Simple Query Language

9.

What is the purpose of sorting in a database?

a)

To encrypt sensitive information in the database.

b)

To delete unnecessary data from the database.

c)

The purpose of sorting in a database is to organize data in a specific order for efficient retrieval and analysis.

d)

To create backups of the database.

10.

What is indexing in a database?

a)

Indexing is a technique to optimize data retrieval in a database by creating a data structure that allows faster access to records.

b)

Indexing refers to the process of backing up data in a database.

c)

Indexing is a technique to encrypt data in a database.

d)

Indexing is a method to delete records from a database.

11.

Define entity in the context of databases.

a)

An entity is a distinct object or concept in a database that has attributes and can be identified.

b)

An entity refers to a database user.

c)

An entity is a type of database query.

d)

An entity is a method for data retrieval.

12.

What is an attribute in a database?

a)

An attribute is a database table.

b)

An attribute is a type of database query.

c)

An attribute is a method for data retrieval.

d)

An attribute is a property or characteristic of an entity in a database.

13.

What is the difference between a database and a spreadsheet?

a)

A database is used for simple calculations, while a spreadsheet is for complex data management.

b)

A database is only for storing text files, while a spreadsheet is for images.

c)

A database can only handle small amounts of data, while a spreadsheet can manage large datasets.

d)

A database is for managing large datasets and complex queries, while a spreadsheet is for individual data analysis and calculations.

14.

What is normalization in databases?

a)

A way to visualize database relationships

b)

Normalization in databases is the process of organizing data to minimize redundancy and dependency.

c)

A method to increase data redundancy

d)

A technique for data encryption

15.

What is a relational database?

a)

A relational database is a type of spreadsheet software.

b)

A relational database is a database that organizes data into tables that can be linked by relationships.

c)

A relational database stores data in a single file without relationships.

d)

A relational database is a collection of unrelated documents.

16.

What is a NoSQL database?

a)

A NoSQL database only stores data in tables.

b)

A NoSQL database is a type of SQL database.

c)

A NoSQL database is exclusively used for large-scale transactions.

d)

A NoSQL database is a non-relational database that allows for flexible data storage and retrieval.

17.

What is a database management system (DBMS)?

a)

A database management system (DBMS) is software that manages databases.

b)

A DBMS is a cloud service for hosting websites.

c)

A DBMS is a programming language for creating applications.

d)

A DBMS is a type of hardware for storing data.

18.

What is a schema in a database?

a)

A schema is a type of database management system.

b)

A schema is a collection of data entries.

c)

A schema is a blueprint that defines the structure of a database.

d)

A schema is a programming language for databases.

19.

What is a query in SQL?

a)

A query in SQL is a type of database table.

b)

A query in SQL is a request for data from a database.

c)

A query in SQL is a programming language.

d)

A query in SQL is a method for deleting data from a database.

20.

What is the purpose of a database transaction?

a)

The purpose of a database transaction is to ensure data integrity and consistency.

b)

To improve database performance

c)

To store data in a more complex format

d)

To allow multiple users to access the database simultaneously