Int 306
Int 306
System Analyst
System analyst is responsible for the design, structure and properties of database.
All the requirements of the end users are handled by system analyst. Feasibility,
economic and technical aspects of DBMS is the main concern of system analyst. x
Components of Database
System
Procedures: It refers to the instructions and rules that
govern the design and the use of the database. The
users of the system and the staff that manage the
database requires documented procedures on how
to use or run the system.
Levels of Abstraction(view of
data)
Physical level: describes how a record (e.g., customer) is stored.
Logical level: describes what data stored in database, and the
relationships among the data. DBA, who decides what information to
keep in the database, use the logical level of abstraction.
View level: describe only part of database. application programs
hide details of data types. Complexity remain due to variety of
information stored. Views can also hide information (such as an
employee’s salary) for security purposes.
View of Data
DROP vs TRUNCATE
Truncate is normally ultra-fast and its ideal for deleting data from a temporary table.
Truncate preserves the structure of the table for future use, unlike drop table where the table is
deleted with its full structure.
Database Languages
A. internal schema
B. conceptual schema
C. external schema
D. all of above
4. Database management architecture in which there is middle level between database server and client server is classified as
A. three-tier architecture
B. two-tier architecture
C. single-tier architecture
A. client servers
B. host computers
C. security managers
D. database administrators
6. In database management system, term which is used to represent real world concept or object is classified as
A. entity
B. attribute
C. relationship
D. abstraction
7)A logical schema
A.is the entire database
B.is a standard way of organizing information into
accessible parts.
C.Describes how data is actually stored on disk.
D. All of the above