Phone:+91-88823 09876

Database Management System solved assignment of Msc IT amity

Body: 

Database Management System

Assignment - A

1. A well-maintained relational DBMS has a high level of data integrity. What features of a relational DBMS contribute towards this level of integrity?

2. (a) Explain the various functions of RDBMS? Name the different categories of RDBMS users and how they are different from each other.

(b) RDBMS has become most popular Database System worldwide? Justify your answer with suitable example.

3. Explain different integrity constrains supported by RDBMS and ORDBMS with suitable examples.

4. Process of normalization is the integral part of designing a database. Justify this statement with suitable database design

5. Differentiate among on any three of the following giving suitable examples:-

6. Write SQL statements to create a table from existing table. What are the advantages of creating a table from existing table?

7. What do you mean by ‘view’? What are its different types? Differentiate between updatable and non-updatable ‘view’ with suitable examples. Also give proper syntax for creating ‘view’.

8. Explain the difference between the Drop & Delete, Commit & Rollback and Alter & Update with suitable examples.

 

Assignment B

Case Detail: 

 

A Librarian of a central university has hired a database designer to maintain information about its members, books and other related details i.e.  Issue and return of books, reservation, fine calculation and usage of books.

 

1. Suggest a suitable database design to maintain above mentioned data keeping in mind the redundancy and consistency of data. Mention all your assumptions to justify your answer

Assignment 

1. An entity is--          

 Options         

  1. A collection of items in an application          
  2. A distinct real world item in an application   
  3. An inanimate object in an application
  4. A data structure

Ans

 

2. Pick entities from the following—

(i)    Vendor

(ii)     Student

(iii)     Attends

 (iv)   Km/hour

Options          

  1. i, ii, iii 
  2. i, ii, iv 
  3. i and ii
  4. iii and iv

Ans.

 

3. A relationship is--   

Options          

  1. An item in an application       
  2. A meaningful dependency between entities  
  3. A collection of related entities           
  4. Related data

Ans

 

4. Data independence allows--

(i)    No changes in application programs

(ii)     Change in database without affecting application program

(iii)     Hardware to be changed without affecting application programs

(iv)    System software to be changed without affecting application programs

Options          

  1. i, ii      
  2. ii, iii    
  3. ii, iii, iv           
  4. i, ii, iv

Ans

5. Oracle 8i can be best described as--

Options          

  1. Object-based DBMS 
  2. Object-oriented DBMS         
  3. Object-relational DBMS        
  4. Relational DBMS

Ans

 

6. An Oracle 8i database can store--

Options          

  1. Text    
  2. Audio/Video  
  3. Images
  4. All the above

Ans

 

7. Oracle 8i runs on--

Options          

  1. Windows NT 
  2. UNIX 
  3. Solaris
  4. (a), (b) and (c)

Ans

 

8. A good database design--

(i)    Is expandable with growth and changes in organization

(ii)     Easy to change when software changes

(iii)     Ensures data integrity

(iv)    Allows access to only authorized users

Options          

  1. i, ii      
  2. ii, iii    
  3. i, ii, iii, iv        
  4. i, ii, iii

Ans

 

9. The sequence followed in designing a DBMS is--

Options          

  1. Physical Model Conceptual Model Logical Model   
  2. Logical Model Physical Model Conceptual Model   
  3. Conceptual Model Logical Model Physical Model   
  4. Conceptual Model Physical Model Logical Model

Ans

 

10. The responsibilities of a database administrator include--

(i)    Maintenance of data dictionary

(ii)     Ensuring security of database

(iii)     Ensuring privacy and integrity of data

(iv)     Obtain an e-r model

Options          

  1. i, ii      
  2. i, ii, iii 
  3. i, ii, iii, iv        
  4. ii, iv

Ans.

 

11. A check pointing system is needed--       

Options          

  1. To ensure system security      
  2. To recover from transient faults         
  3. To ensure system privacy       
  4. To ensure system integrity

Ans

 

12. When a logical model is mapped into a physical storage such as a disk store the resultant data model is known as--     

 

Options          

  1. Conceptual data model          
  2. External data model   
  3. Internal data model    
  4. Disk data model

Ans

 

13. A DBMS has the following components--

(i)    A data definition language

(ii)     A query language

(iii)     A security system

(iv)     Audit trail

Options          

  1. i, ii      
  2. i, ii, iii 
  3. i, ii, iii, iv        
  4. i, ii, iv

Ans

 

14. An E-R modeling for given application leads to--           

Options          

  1. Conceptual data model          
  2. Logical data model    
  3. External data model   
  4. Internal data model

Ans

 

15. A conceptual data model is converted using a Relational Data Base Management System to a/an--     

Options          

  1. Logical data model    
  2. External data model   
  3. Internal data model    
  4. Entity-relation data model

Ans

 

16. By data security in DBMS we mean--

Options          

  1. Preventing access to data       
  2. Allowing access to data only to authorized users      
  3. Preventing changing data      
  4. Introducing integrity constraints       

Ans

 

17. DBMS must implement management controls to--

(i) Control access rights to users

(ii) Implement audit trail when changes are made

(iii)   Allow data to be used extensively in the organization

(iv) Duplicate databases

Options          

  1. i, ii      
  2. ii, iii    
  3. iii, iv   
  4. i, iv

Ans

 

18. One of the main objectives of a DBMS is to--    

Options          

  1. Create a database for an organization
  2. Facilitate sharing of a database by current and future applications   
  3. Allow sharing application programs  
  4. Replace file based systems

Ans

 

19. The data structure used in the Network model is--         

Options          

  1. Table  
  2. Tree    
  3. Graph 
  4. None of these

Ans

 

20. The data structure used in the hierarchical model is-

Options          

  1. Tree    
  2. Graph 
  3. Table  
  4. None of these

Ans

 

21. Which of the following statements are NOT TRUE about ORDER BY clauses?

Options          

  1. Ascending or descending order can be defined with the asc or desc keywords       
  2. Only one column can be used to define the sort order in an order by clause.           
  3. Multiple columns can be used to define sort order in an order by clause.     
  4. Columns can be represented by numbers indicating their listed order in the select

Ans

 

22. Which of the following statements contains an error?    

Options          

  1. Select * from EMP where EMPID = 493945;           
  2. Select EMPID from EMP where EMPID = 493945;
  3. Select EMPID from EMP;     
  4. Select EMPID where EMPID = 56949 and LASTNAME = ’SMITH’;

Ans

 

23. One entity may be--

Options          

  1. Related to only one other entity        
  2. Related to itself         
  3. Related to only two other entities     
  4. Related to many other entities

Ans

 

24. By relation cardinality we mean--

Options          

  1. Number of items in a relationship      
  2. Number of relationships in which an entity can appear         
  3. Number of items in an entity 
  4. Number of attributes

Ans

 

25. The following E-R diagram is interpreted as follows--

Doctor

Treat

Patients

Options          

  1. A doctor treats upto N patients         
  2. A doctor treats exactly N patients     
  3. A doctor may treat upto N patients; Some doctors may not treat any patients        
  4. A doctor will treat patients based on some conditions

Ans

 

26. UML depicts information systems as a collection of--

Options          

  1. Object
  2. Class   
  3. Attributes       
  4. Blocks

Ans

 

27. Which of the following relates to enterprise interoperability?

Options          

  1. Object
  2. XML  
  3. Attributes       
  4. Blocks

Ans

28. Which of the following is part of a static view of information? 

Options          

  1. Object Oriented Model          
  2. Data Flow Model       
  3. ER Model      
  4. Relational Model

Ans

 

29. Use-case analysis focuses upon-- 

Options          

  1. Object
  2. XML  
  3. Attributes       
  4. Blocks

Ans

 

30. Conceptual data modeling is typically done in parallel with other requirements analysis and structuring steps during--

Options          

  1. Systems planning and selection.        
  2. Systems design.         
  3. Systems analysis.       
  4. Systems evaluation.

Ans

31. The most common format used for data modeling is--

 

Options          

  1. State-transition diagramming.
  2. Entity-relationship diagramming.      
  3. Process modeling.      
  4. Logic modeling.

Ans

 

32. Asking system users and business managers; “How many instances of each object might exist?;” would help determine--

Options          

  1. The data entities and their descriptions         
  2. The candidate key.     
  3. Attributes and secondary keys.         
  4. Relationships and their cardinality and degrees        

Ans

 

33. Vehicle identification number, color, weight, and horsepower best exemplify--

Options          

  1. Entities.          
  2. Entity types    
  3. Data markers. 
  4. Attributes.

Ans

 

34. If each employee can have more than one skill, then skill is referred to as a--

Options          

  1. Gerund.          
  2. Multivalued attribute.
  3. Nonexclusive attribute.          
  4. Repeating attribute.

Ans

 

35. If STUDENT and COURSE participate in a relationship, this is an example of a/an--  

Options          

  1. Unary relationship.     
  2. Binary relationship.    
  3. Ternary relationship.  
  4. Extraordinary relationship.

Ans

 

36. A simultaneous relationship among instances of three entity types is a/an--

Options          

  1. Unary relationship.     
  2. Binary relationship.    
  3. Ternary relationship.  
  4. Multiple occurrences.

Ans

37. A “many” maximum cardinality is noted on the E-R diagram by--        

Options          

  1. Placing a crow’s foot notation near the entity.          
  2. Placing a zero through the line near the entity.          
  3. Using a double ellipse near the entity.           
  4. Placing two slash marks near the entity.

Ans

 

38. The primary deliverable from the conceptual data modeling step within the analysis phase is--

Options          

  1. A state-transition diagram.    
  2. An entity-relationship diagram.         
  3. A context data flow diagram 
  4. A decision table.

Ans

 

39. Alter statement in SQL is used to modify--        

Options          

  1. Data   
  2. Information    
  3. Structure of Database
  4. Structure of Index

Ans

 

40. Data Inconsistency means--

Options          

  1. Data Redundancy      
  2. Data Normalization    
  3. Incorrect state of Database    
  4. Data Distribution

Ans

 

Title:
Database Management System solved assignment of Msc IT amity (With Online Typing & Filling)
Short Name or Subject Code:  .
Short Description:  MCA 3RD SEM
University:  Amity
Service Type:  Assignments
Select Semester:  Semester- I Semester- III Select Cource:  Msc-IT MCA
commerce line item type: 
Price: 
₹800.00
Product: