0% found this document useful (0 votes)
41 views2 pages

Tutorial - 01 (SD 2052)

This document contains a tutorial on introduction to databases. It includes multiple choice questions covering topics such as data models, database types, and relationships. It also asks students to briefly describe tables, relations, and database operations. Finally, it provides instructions for a practical on introducing MySQL database where students will create a COLLEGE database using the wizard and command center.

Uploaded by

Rifat_mmu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views2 pages

Tutorial - 01 (SD 2052)

This document contains a tutorial on introduction to databases. It includes multiple choice questions covering topics such as data models, database types, and relationships. It also asks students to briefly describe tables, relations, and database operations. Finally, it provides instructions for a practical on introducing MySQL database where students will create a COLLEGE database using the wizard and command center.

Uploaded by

Rifat_mmu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

SD 2052

Database Systems

Tutorial 1
Topic: Introduction to Databases

Answers

Section A

Multiple-choice Questions

1. Contain information identifying the physical location of a related row of data.


a. Pointer
b. File
c. Array

2. the most commonly used data model for databases built today
a. Object-Oriented Data Model
b. Relational Data Model
c. Hierarchy Data Model

3. When using both data and processing activities of a database system are spread across
different computers.
a. Relational database
b. Centralized Database
c. Distributed Database

4. Type of relationship that allows an entity at a lower level of a hierarchy to be related


to two different entities at a higher level.
a. One – One Relationship
b. Network Relationship
c. Many – many Relationship

5. Data are centralized but some processing activities are distributed across computer
when you are using.
a. Client-Server Database
b. Object-Oriented Database
c. Relational Database
Section B

Q1. Describe –briefly- what are “Table”, “Relation” and “Operations”

Q2. What is a Database Management System?

Section C

Practical: Introduction to MySQL Universal Database

Objective: This tutorial introduces the students to MySQL Database. Follow the instruction given
in the “Introduction to MySQL”. Students should be able to create COLLEGE database by using
Wizard and through Command Center.

You might also like