0% found this document useful (0 votes)
31 views3 pages

(CA) Rdbms Internal 1 Question Bank Atnms

Uploaded by

javvadfaizan33
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views3 pages

(CA) Rdbms Internal 1 Question Bank Atnms

Uploaded by

javvadfaizan33
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

NISHITHA DEGREE COLLEGE, NIZAMABAD

(AUTONOMOUS)
Affiliated To Telangana University, Accredited With ‘A’ Grade by NAAC
Recognized u/s 2(f) and 12B by UGC, ISO 9001:2015 Certified Institution
B. Com (COMPUTER APPLICATIONS) II Year I Semester 2022-23

QUESTION BANK
MULTIPLE CHOICE QUESTIONS

1) Collection of inter-related data and set of programs to access those data is ____ [b ]

a) RDBMS b) DBMS c) ORACLE d)all e) none

2) The applications of DBMS [ e ]

a) Banking b) Airlines c) Universities d) finance e) All the above

3) Data redundancy leads to [ c ]

a) Data isolation b) Integrity problem c) data Inconsistency d) security problems e) none

4) One of the disadvantages of file processing system is [ e ]

a) Atomicity problems b) data isolation c) data redundancy d) concurrent anomalies e) all

5) Which level of abstraction describes ‘how’ the data are actually stored [ a ]

a) Physical level b) logical level c) view level d) all the above e) none of above

6) The overall design of the database is called [ c ]

a) Relation b) instance c) schema d) record e) entity

7) Which data model is based on a perception of real world [ c ]

a) Relational model b) E-R model c) Object-based data model

d) semi structured data model e) hierarchical data model

8) Which language used to a specify the database schema [ a ]

a) DDL b) DML c) Query language d) DCL e) None of these

9) The set of permitted values for each attribute is called its [ c ]

a) Attribute set b) attribute range c) domain d) group e) none

10) An attribute of one table matching the primary key of another table, is called as [ a ]

a) Foreign key b) secondary key c) candidate key d) composite key e) none of these

11) in sql _______ symbol is used for not equal to [ c]

a.<> b.!= c. Both a and b d. none


12____________ clause is used when you want to retrieve specific information. [ d ]

a.having b.group by c. Order by d. Where

13.____constraint is used to limit the value range that can be placed in a column. [ a ]

a. check b. null c.default d.null

14 ______command is used to undo uncommitted transactions. [ a ]

a)rollback b)commit c)savepoint d)create

15.To remove a relation from the SQL database, we use __________command. [ c ]

a.remove b. delete c.drop d.none

FILL IN THE BLANKS

16) The column of a table is referred to as the ___________(attribute)

17) The person who has central control over the database system is called __________________(DBA)

18) DCL stands for_______________________(data control language)

19) Data Manipulation Language enables users to _______________________(manipulate the data)

20) SQL stands for _____________________(structured query langyage)

21) DDL stands for__________________________________(data definition language)

22) To select all columns from the table the syntax is _________________(select * from table_name;)

23) The number of tuples in a relation is called its __________(cardinality)

24) The number of attributes in a relation is called it’s __________(degree)

25) An attribute which identifies rows uniquely in the table is ________________(primary kay)

26)previllages are specified and removed by __________language.(DCL)

27)(NULL)constraint does not allow NULL values in a column.

28).DBA stands for________(data base administrator)

29)__________command is used to give an alias bame to a table.(rename)

30___________are the logical operators in SQL.(&&,||,!)

31. ________command is used to delete total table data.(truncate)

SHORT QUESTIONS:

32. DBMS applications? (Any three)

33.explain about primary key?


34)Explain about foreign key?

35)List the DBMS advantages?

36)Write examples for DDL commands?

37)Write examples for DML commands

38) TCL commands?

39). Define Integrity Constraint.

40). Database Users?

41) DBA responsibilities?(Any two)

You might also like