You are on page 1of 1

Practice Worksheet

Case Study I
RDBMS is the one that provides operations to retrieve the data from multiple
tables so that the user sees the data in single table form. The data stored in one
or more tables, is related to each other through common columns.
1. Write the full form of RDBMS.
2. State any one difference between DBMS & RDBMS.
3. Give two examples of RDBMS software.
4. A column is also known as __________.

Case Study II
The field type in LibreOffice Base database refers to the kind of data that is
required by each particular data field in a record. Choosing the right field type for
the right data is crucial in making a database efficient. There are several field
types to choose from like Integer, Strings, Date/Time etc.
1. ____________ is the smallest of the integer types.
2. _________ is a fixed size text field.
3. Suppose you want to store data as a string and it can be in the form of
capital letters or small letters. Which data type will be used?
4. _______________ data type is used to handle a Yes/No.

Case Study III


SQL is a programming language designed for the retrieval and management of
relational database. In LibreOffice Base, you can formulate your query directly in
the SQL code by clicking on Create Query in SQL View option in the Tasks section
of the main database window
Single table queries are the queries that extract data from one table only.
1. The full form of SQL is ________________________________________.
2. ____________ statement is used to extract records from the table.
3. ________ shortcut key is used to run SQL queries.
4. Which clause is used to specify a table name?
5. Write down a SQL query to display all records of ‘Employee’ table.

You might also like