QUESTIONS ||RECENTLY TESTING REAL EXAM
QUESTIONS|VERIFIED SOLUTIONS (100% CORRECT)
What does a relational database do? - (answers)Organizes data and tables , these
are also called relations
What are the different components of a database system? - (answers)Database
application programs , client components , database serves(s), and databases
What is the task of a database server - (answers)To manage data stored in a
database
What are the features of a database ? - (answers)Variety of user interfaces,
physical data independence, logical data independence, query optimization, data
integrity, concurrency control, backup and recovery, database security
Physical data independence means ? - (answers)the database applications does
not depend on physical structure,
Most databases contain a subcomponent called an? - (answers)optimizer
What is authentication? - (answers)The process of validating user credentials to
prevent unauthorized users
, What are relational database systems based upon? - (answers)The relational data
model
What is a data model? - (answers)a collection of concepts, their relationships, and
their constraints that are used to represent data of a real-world problem
What are the attributes of department? - (answers)dept_no , dept_name ,
location
Attributes of employee? - (answers)emp_no, emp_fname, emp_lname
Attributes of project? - (answers)Project_no, project_name, budget
works_on specifies what? and attributes ? - (answers)The relationship between
employee and projects / ( emp_no, project_no, job, enter_date)
What is the database language of the SQL server? - (answers)Transact- SQL
What are the sublanguages of SQL? - (answers)Data definition language (DDL) and
Data manipulation language (DML)
What does DDL do? - (answers)Used to describe the schema of a database table