wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

OpenOffice/LibreOffice Base

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

What type of program is OpenOffice Base?

a)

Spreadsheet

b)

Word processor

c)

Presentation

d)

Database

2.

What is the file extension of Base file?

a)

.odb

b)

.odp

c)

.abc

d)

.dbc

3.

A component of database that is used to store data or information.

a)

tuples

b)

tables

c)

records

d)

fields

4.

___________allows you to store large amount of related data in the form of tables.

a)

Spreadsheet

b)

Data

c)

Database

d)

Table

5.

While creating a table, the _______________is selected to specify the type of data that can be entered for a field.

a)

field

b)

record

c)

data type

d)

form

6.

Unique value in the field, as an identity of the record in the table, called ...

a)

row

b)

column

c)

field

d)

Primary Key

7.

Program to create a database

a)

Microsoft Word

b)

Microsoft Access

c)

OpenOffice Base

d)

LibreOffice Writer

e)

OpenOffice Impress

8.

What is a database?

a)

Information around the world that is available for everyone to analyze market interest

b)

System to restore information in Windows 10 OS

c)

A database is an organized collection of data stored and accessed electronically from a computer system

d)

Program to create documents that interact with webpages through JavaScript, SQL, and HTML

9.

To use OpenOffice on your computer, you need to install 2 programs

a)

OpenOffice installer and Flash player

b)

OpenOffice Installer and FireFox

c)

OpenOffice Installer and Java Runtime Environment

d)

Java Runtime Environment and Audacity

10.

What is the best data type to store the human population as precisely as possible?

a)

String

b)

Boolean

c)

Float

d)

Integer

11.

What does SQL stand for?

a)

Structured Query Language

b)

Structured Question Language

c)

Strong Question Language

d)

None of the above

12.

Which of the following can add a row to a table?

a)

Add

b)

Insert

c)

Update

d)

Alter

13.

The SQL statement that queries or reads data from a table is __________ .

a)

USE

b)

SELECT

c)

READ

d)

QUERY

14.

SQL can be used to:

a)

Create database structures only.

b)

Query database data only.

c)

Modify database data only.

d)

All of the above can be done by SQL.

15.

A relational database can have how many types of keys in a table ?

a)

Candidate key

b)

Primary key

c)

Foreign key

d)

All of these

16.

SQL Views are also known as

a)

Complex tables

b)

Simple tables

c)

Virtual tables

d)

Actual Tables

17.

Which SQL keyword is used to sort the result-set?

a)

Sort by

b)

order by

c)

sort

d)

none of these

18.

SELECT * FROM sales WHERE amount > 200.

a)

The query will display all the sales records with amounts starting from 200 and above

b)

The query will display all the sales records with amounts less than 200

c)

The query will display all the sales records with amounts greater than 200

d)

The query will output sales records with the amount equal to 200.

19.

Correct command to create database school

a)

use school ;

b)

make database school ;

c)

create school;

d)

Create database school;

20.

What could be the correct datatype for 'H.NO. 234, SEC-14' data

a)

Date

b)

int

c)

varchar

d)

decimal

21.

Insert, select, delete and update command are part of _______ language

a)

PHP

b)

SQL

c)

HTML

d)

C++

22.

A _______is a request for data or information from a database table or combination of tables.

a)

query

b)

request

c)

command

d)

instruction

23.

Select the appropriate command to insert rows in a table

a)

INSERT INTO Customers(ID, FirstName, LastName) VALUES ('1', 'User', 'Test');

b)

INSERTINTO Customers(ID, FirstName, LastName) VALUES ('1', 'User', 'Test');

c)

INSERT Between Customers(ID, FirstName, LastName) VALUES ('1', 'User', 'Test');

d)

None of them

24.

Select * from student ;

Above command gives output :

a)

All rows and columns of table student

b)

Selected Rows and columns

c)

All table of Database

d)

Nothing

25.

Insert the missing statement to get all the columns from the Customers table.

___________________ * from Customer.

a)

Insert

b)

select

c)

Update

d)

None of them

26.

How can we get the number of records or rows in a table?

a)

 Using COUNT

b)

Using NUM

c)

 Using NUMBER

d)

Both a and c above

27.

A relational database  ___________ is a data structure used to store and organize information.

a)

View

b)

Table

c)

Report

d)

Stored Procedure

28.

What is the maximum size of the VARCHAR Column type?

a)

255 char

b)

255 Byte

c)

512 Char

d)

512 Byte

29.

Identify the table name in the following SQL statement. INSERT INTO student VALUES(‘Kyle’,’M’,NULL);

a)

Student

b)

b) Values

c)

c) Kyle

d)

d) M

30.

The NULL value also means ___________

a)

value equal to zero

b)

unknown value

c)

c) negative values

d)

d) a large value

31.

What is the purpose of a primary key in a relational database?

a)

To uniquely identify a record in a table

b)

To establish relationships between tables

c)

To sort the records in a table

d)

To store large amounts of data

32.

What is the difference between a primary key and a foreign key?

a)

A primary key is used to uniquely identify a record in a table, while a foreign key is used to establish relationships between tables

b)

A primary key is used to establish relationships between tables, while a foreign key is used to uniquely identify a record in a table

c)

A primary key is used to sort the records in a table, while a foreign key is used to store large amounts of data

d)

A primary key is used to store large amounts of data, while a foreign key is used to sort the records in a table

33.

  1. What is OpenOffice Base?

a)

  1. A database management system

b)

A spreadsheet application

c)

A presentation software

d)

A word processor

34.

  1. What is the difference between a database and a table?

a)

A database is a collection of tables

b)

A table is a collection of databases

c)

A database is a collection of forms

d)

  1. A table is a collection of forms

35.

  1. What is a query?

a)

A way to insert data into a table

b)

A way to retrieve data from a table

c)

A way to delete data from a table

d)

A way to update data in a table

36.

  1. What is a form in OpenOffice Base? Select all that apply

a)

A way to delete data from a table

b)

A way to insert data into a table

c)

A way to display data from a table

d)

A way to update data in a table

37.

  1. What is the use of a report in OpenOffice Base?

a)

A way to display data from a table

b)

A way to insert data into a table

c)

A way to delete data from a table

d)

A way to update data in a table

38.

  1. What is a relationship in OpenOffice Base?

a)

A way to link forms

b)

A way to link databases

c)

A way to link reports

d)

A way to link tables

39.

  1. What is a foreign key?

a)

A field in a table that links to the foreign key of the same table

b)

A field in a table that links to the primary key of the same table

c)

A field in a table that links to the primary key of another table

d)

A field in a table that links to the foreign key of another table

40.

  1. What is a primary key?

a)

A unique identifier for a report

b)

A unique identifier for a form

c)

A unique identifier for a database

d)

A unique identifier for a table