PUT DBMS Objective 01 06 2022
PUT DBMS Objective 01 06 2022
PUT DBMS Objective 01 06 2022
Qno Ans Qno Ans Qno Ans Qno Ans Qno Ans
Q1 a Q11 d Q21 d Q31 d Q41 a,d
Q2 d Q12 c Q22 a Q32 a Q42 b Marks obtained out of 40
Q3 c Q13 d Q23 d Q33 a Q43 b
Q4 b Q14 c Q24 a Q34 b Q44 c
Q5 d Q15 b Q25 d Q35 d Q45 a
Examiner Name Dr. S.P.Khandait
Q6 b Q16 d Q26 c Q36 a Q46 b
Q7 b Q17 c Q27 b Q37 a,d Q47 d
Q8 d Q18 d Q28 a Q38 a Q48 b Student Rollno
Q9 b Q19 b Q29 d Q39 a Q49 c
Student Name
Q10 c Q20 c Q30 b Q40 d Q50 c
1. Ability to modify a schema definition at conceptual level without affecting a schema definition in the
External level is _____________.
a) Logical Data independence b) Physical data independence c) Mapping d) none
2. Example of the object based logical model is _________.
a) Relational model b) Network model c) Hierarchical model d)Entity-relationship model
3. Which one of the following cannot be taken as a primary key?
a) Id b) Register number c) Street d) Dept_id
4. What does the following relational algebra expression do?
48. SELECT emp_name FROM department WHERE dept_name LIKE ’__ Information Technology’;
Which one of the following has to be added into the blank to select the dept_name which has Information Technology as its
ending string? a)_ b) % c) || d) $
49. Which of the following commands is used to delete all rows and free up space from a table?
a) Delete b) Truncate c) Drop d) Remove
50. Which of the following constraints can be defined only at the column level?
a) unique b) check c) not null d) primary key
----------------------------------------------------------------------------------------------------------------------------- --------------------------------
44. To remove a relation from an SQL database, we use the ______ command.
a) Delete b) Purge c) Drop table d) Remove
45. An attribute A of datatype varchar(20) has the value “COVID”. The attribute B of datatype char(20) has value ”CORONA”.
Here attribute A has ____ spaces and attribute B has ____ spaces.
a) 5, 20 b) 20, 6 c) 20, 20 d)5, 6
46. The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single
tuple.
a) Select b) Join c) Union d) Intersection
47. The result of which operation contains all pairs of tuples from the two relations, regardless of whether their attribute values
match.
a) Join b) Set difference c) Intersection d) Cartesian product
48. SELECT emp_name FROM department WHERE dept_name LIKE ’__ Information Technology’;
Which one of the following has to be added into the blank to select the dept_name which has Information Technology as its
ending string? a)_ b) % c) || d) $
49. Which of the following commands is used to delete all rows and free up space from a table?
a) Delete b) Truncate c) Drop d) Remove
50. Which of the following constraints can be defined only at the column level?
a) unique b) check c) not null d) primary key