0% found this document useful (0 votes)
51 views3 pages

DBMS Reviewer

The document provides information about database management systems (DBMS). It includes definitions of key terms related to DBMS like data, information, database, DBMS, RDBMS, DDL, DML, DCL, and SQL. It also lists components of an information system and stages of data processing. Multiple choice questions are provided to test understanding of SQL, RDBMS, DBMS, constraints and other concepts. An activity is given to create tables and queries in a sample database. [END SUMMARY]
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views3 pages

DBMS Reviewer

The document provides information about database management systems (DBMS). It includes definitions of key terms related to DBMS like data, information, database, DBMS, RDBMS, DDL, DML, DCL, and SQL. It also lists components of an information system and stages of data processing. Multiple choice questions are provided to test understanding of SQL, RDBMS, DBMS, constraints and other concepts. An activity is given to create tables and queries in a sample database. [END SUMMARY]
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DBMS Reviewer

Identification

1. A set of interrelated components that collect, manipulate, and disseminate data and
information, and provide feedback to meet an objective.

2. Perform calculations on input.

3. What is produced by the information system.

4. Stored representations of meaningful objects and events.

5. Data processed to increase knowledge in the person using the data.

6. Data that describes the properties and context of user data.

7. Is a collection of non-redundant data which can be shared by different application systems.

8. Was an early attempt to computerize the manual filing system that we are all familiar with.

9. Are persons who are responsible for overall management of data resources in an
organization.

10. Are persons who design new application programs.

11. Computer programs that are used to create and maintain the database and provide
information to users.

12. Software system that is used to create, maintain, and provide controlled access to user
databases.

13. Centralized knowledge base for all data definitions, data relationships, screen and report
formats, and other components.

14. Designed to support one user.

15. Is relatively small team of people who collaborate on the same project or application or on
group of similar projects and applications.

16. A set of schemas that, when put together, constitute a description of a database.

17. Commands used to define a database, including creating, altering, and dropping tables and
establishing constraints.

Multiple Choice

1. The basis for SQL and for all modern database systems like MS SQL Server, IBM DB2, Oracle,
MySQL, and Microsoft Access.
a. RDBMS
b. Information System
c. DDL
d. MYSQL
2. collection of related data entries and it consists of columns and rows
a. Row
b. Table
c. Field
d. Column
3. the rules enforced on data columns on table.
a. Data table
b. Metadata
c. Query
d. Constraints
4. an open source SQL database, which is developed by Swedish company MySQL AB.
a. RDBMS
b. DBMS
c. SQL
d. MySQL
5. a vertical entity in a table that contains all information associated with a specific field in a table.
a. Table
b. Row
c. Field
d. Column
6. Commands used to control a database, including administering privileges and the committing
(saving) of data.
a. DDL
b. DML
c. DCL
d. DQL

Enumeration

FOUR STAGES OF PROCESSING

6 DATA HIERARCHY

5 DISADVANTAGES OF FILE PROCESSING SYSTEM

5 ADVANTAGES OF DATABASE APPROACH

6 DBMS Functions

5 Database Career Opportunities

5 Range of Database Application

4 SQL Commands

Components of Information system

3 DDL Commands

4 SQL Constraints

40 Minutes Data Query


1. Create a database using your Firstname_Reviewer_db.

2. Create a query with a shop number auto increment starts in 100, and shop name that is not
null, and district number that is not null default to 1, name your table with
Business_Reviewer_tbl.

3. Create a table using this information.

Shop No Owners name Shop Name Contact No Address District Business

100 Mika Dela Cruz Kandel layt 09554439281 Quezon City II Flowers
101 Andres Grail Crazy Car 09186795146 Makati City V Cars
102 Andrew Corpuz Grail 09182745814 Quezon City I Water
103 Michael Gales Merchiz 09284184128 Bulacan City V Papers
104 Gail Moore Laptop Reps 09192341249 Makati City I Laptops
105 Jonah Clinks Grizly Bears 09182437512 Quezon City V Water
106 Claire Luna Amphitheater 09685124121 Makati City I Flowers
107 Hazel Lina Cousins M 09182312128 Quezon City II Cars
108 Mandy Moore Hale 09182487412 Bulacan City V Flowers
109 Kevin Andres Grizzly Bear 09231284134 Makati City V Papers
110 Hex Govin Anecdote 09182141241 Quezon City I Laptops
111 Miles Kerk Pleased Bee 09181364127 Bulacan City II Papers
112 Bell Oms Speedy 09847126417 Quezon City II Cars
113 Merry Good Glare TM 09271741827 Bulacan City I Laptops
114 Liddy Garro Beauty Next 09128417362 Quezon City I Flowers
115 Ronald Quinal Maybeline 09284712894 Makati City V Water

4. Describe table

5. Create this queries

a. a query that list the shops name and its owner that’s in Makati City
b. a query that shows the shop name, the cellphone number, and the type of business and
arrange it by descending order according to its shop number.

c. Create a query that will display all the shop name and their district no. group by their city.

d. Create a query that will show the shop name and their owner with district no V and shop no
in descending order

e. Create a query that will display the Owners name and city grouped by their business type of
laptop and water

You might also like