FINALTERM EXAMINATION
Spring 2010
CS403- Database Management Systems (Session - 2)
Ref No:
Time: 90 min
Marks: 58
Student Info | |
StudentID: | |
Center: | |
ExamDate: |
Question No: 1 ( Marks: 1 ) - Please choose one
► User accessible catalog
► Data processing
► Authorization service
► Recovery service
Question No: 2 ( Marks: 1 ) - Please choose one
► view is always a complete set of all the tables in a database
► View can not be used for retrieving data
► The results of using a view are not permanently stored in the database.
► Rows can not be updated or deleted in the view
Question No: 3 ( Marks: 1 ) - Please choose one
► Can be Rolled back.
► Activates Triggers.
► is DML Command.
► Resets identity of the table.
Question No: 4 ( Marks: 1 ) - Please choose one
► the number of columns in the first table multiplied by the number of columns in the second table.
► the number of columns in the first table multiplied by the number of rows in the second table.
► the number of rows in the first table multiplied by the number of columns in the first table.
► the number of rows in the first table multiplied by the number of rows in the second table.
Question No: 5 ( Marks: 1 ) - Please choose one
► 24
► 32
► 12
► 16
Question No: 6 ( Marks: 1 ) - Please choose one
► atomicity
► consistency
► redundancy
► durability
Question No: 7 ( Marks: 1 ) - Please choose one
► It is not possible to left out the data which is not required for a specific view.
► A database view displays one or more database records on the same page.
► Views can be used as security mechanisms
► Views are generally used to focus the perception each user
has of the database.
Question No: 8 ( Marks: 1 ) - Please choose one
► 1:1
► 1:M
► M:M
► Ternary
Question No: 9 ( Marks: 1 ) - Please choose one
► ALTER
► HAVING
► SELECT
► THEN
Question No: 10 ( Marks: 1 ) - Please choose one
► SELECT FROM * Persons
► SELECT * FROM Persons
► SELECT * WHERE Persons
► SELECT WHERE * Persons
Question No: 11 ( Marks: 1 ) - Please choose one
► Records are stored in sequence and index is maintained.
► Dense and nondense types of indexes are maintained.
► Track overflows and file overflow areas can not be ensured.
► Cylinder index increases the efficiency
Question No: 12 ( Marks: 1 ) - Please choose one
Fname and Lname also denote the First Name and Last Name respectively.
Which of the following statements is correct with respect to the two relations given above?
► The two relations are not union-compatible since their attribute names differ.
► The two relations are union-compatible since they have the same type of tuples.
► The set operations such as CARTESIAN PRODUCT and DIVISION can be applied on these
two relations.
► To find out the students who are not instructors, it is necessary to perform the operation
Student ÷ Instructor.
Question No: 13 ( Marks: 1 ) - Please choose one
► Constraints
► Relations
► Check points
► Transactions identities
Question No: 14 ( Marks: 1 ) - Please choose one
► A set of database operations that are processed partly
► A database transaction is a logical unit of database operations
► A database transaction must be atomic
► A database transaction must contains the ACID property
Question No: 15 ( Marks: 1 ) - Please choose one
► Data input programs
► Editing
► Display
► All of given
Question No: 16 ( Marks: 1 ) - Please choose one
► HTML
► Scripting language
► Front Page
► Web-based Forms
Question No: 17 ( Marks: 1 ) - Please choose one
► CD ROM
► WORM
► Erasable Optical
► EEPROM
Question No: 18 ( Marks: 1 ) - Please choose one
► When data is found in the cache
► When data is removed in the cache
► The number of times the cache is accessed directly by the processor
► When data is lost from the cache
Question No: 19 ( Marks: 1 ) - Please choose one
► Frequently updating
► Relatively static
► Relatively deletion
► Relatively dynamic
Question No: 20 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 21 ( Marks: 1 ) - Please choose one
► Unlimited Number of elements
► Fast re-hashing
► Overhead of multiple linked lists
► Maximum number of elements must be known
Question No: 22 ( Marks: 1 ) - Please choose one
Which of the following statements is NOT correct?
► The functional dependency ProjNo -> DeptNo holds over R.
► The functional dependency (EmpNo, ProjNo) -> DeptNo holds over R.
► The functional dependency DeptNo -> ProjNo holds over R.
► The functional dependency EmpNo -> DeptNo holds over R.
Question No: 23 ( Marks: 1 ) - Please choose one
► defined when the database is actually constructed
► a specific type such as an integer, text, date, logical etc
► a coherent set of similar objects that we want to store data on (e.g. STUDENT, COURSE, CAR)
► defined by the database designer
Question No: 24 ( Marks: 1 ) - Please choose one
► hyperlink
► common attribute
► primary key
► superkey
Question No: 25 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 26 ( Marks: 1 ) - Please choose one
► Creating databases
► Destroying databases
► Inserting data in tables
► Non of the above
Question No: 27 ( Marks: 2 )
Question No: 28 ( Marks: 2 )
Question No: 29 ( Marks: 2 )
Question No: 30 ( Marks: 2 )
Question No: 31 ( Marks: 3 )
Question No: 32 ( Marks: 3 )
WHERE FirstName LIKE '%da%';
what does the above statement return?
Question No: 33 ( Marks: 3 )
Question No: 34 ( Marks: 5 )
DESCRIPTION, ORDER_NUMBER. Write an SQL statement to display company names in reverse alphabetical order.
Question No: 35 ( Marks: 5 )
Question No: 36 ( Marks: 5 )
No comments:
Post a Comment
PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE
Note: Only a member of this blog may post a comment.