Pallavi Model School Bowenpally Unit 3 Relational Database Management Systems (Basic)

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

PALLAVI MODEL SCHOOL

BOWENPALLY
Unit 3 Relational Database Management Systems(Basic)
A.   Fill in the blanks.
1. A database is an organized collection of data.
2. A DBMS is a software package that can be used for creating and managing
databases.
3. A RDBMS is a database management system that is based on the relational model.
4. Three popular DBMS software are Microsoft Access, OpenOfficeBase & MySQL.
5. A Primary Key is a unique value that identifies a row in a table.
6. Composite Key is a combination of one or more columns.
7. A table is a set of data elements that is organized using a model of
vertical columns and horizontal rows.
8. A column is a set of data values of a particular type, one for each row of the table.
9. A row represents a single, data item in a table.
10. Datatypes are used to identify which type of data we are going to store in the
database.
11. Create table DDL command is used to create a table.
12. Common DDL statements are create, alter and drop.
13. The types of languages used for creating and manipulating the data in the
Database are DDL & DML.
14. A DDL is a standard for commands that define the different structures in a
database.
15. A DML is a language that enables users to access and manipulate data in a
database.
16. A Select is a part of DML involving information retrieval only.
17. A popular data manipulation language is SQL.
18. Tables are the basic building blocks of a database.
19. There are three types of Relationships in a table.
20. A form helps the user to systematically store information in the database.
Information Technology Code 402 Class 10 Book Solutions
information technology code 402 class 10 book solutions
21. A form enables users to view, enter, and change data directly in database objects
such as tables.
22. SELECT statement retrieves zero or more rows from one or more database tables
or database views.
23. By default, data is arranged in ascending order using ORDER BY clause.
24. UPDATE statement is used for modifying records in a database.
25. DELETE statement is used to remove one or more records in a Database.
26. To create a form you need to select the form option available under Database
section.
27. A query helps to collect specific information from the pool of data in the database.
28. Report is used to display the summary of data.
29. Forms are the interfaces with which the user interacts.
30. Data from multiple tables can be linked with the help of Primary Key and Foreign
Key constraints.
**********************

You might also like