NUI Galway Info Systems Management & E-Commerce Autumn Exams 2010, Exams of Database Management Systems (DBMS)

Information about the examinations for the m.sc. In information systems management (full-time and part-time) and mbs in electronic commerce courses at national university of ireland, galway, during the autumn examinations 2010. It includes exam codes, module codes, instructions, duration, and requirements. Questions to be answered include topics on database systems, sql validation rules, relationships in relational databases, transaction processing model, and spreadsheet data integrity.

Typology: Exams

2011/2012

Uploaded on 11/24/2012

stevee
stevee 🇮🇳

4.2

(30)

81 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1
Ollscoil na hÉireann, Gaillimh GX_____
National University of Ireland, Galway
Autumn Examinations, 2010
Exam Code(s) 1MIS1
1MIS2, 2MIS5
1AE1
Exam(s) M.Sc. in Information Systems Management (Full-Time)
M.Sc. in Information Systems Management (Part-Time)
MBS in Electronic Commerce
Module Code(s) MS805
Module(s) Database Systems
External Examiner(s) Dr. Danail Ivanov
Internal Examiner(s) Dr. Thomas Acton
Dr. Michael Lang
Instructions Answer Question 5 and any other 2 questions.
Duration hours
FOR INFORMATION OF EXAMINATIONS OFFICE ONLY
Paper No. 1 of 1
Repeat Paper N/A Special Paper N/A
No. of Answer Books N/A
Requirements
Handout None
MCQ None
Statistical Tables None
Graph Paper None
Log Graph Paper None
Other Material None
No. of Pages 5
Department(s) Business Information Systems
pf3
pf4
pf5

Partial preview of the text

Download NUI Galway Info Systems Management & E-Commerce Autumn Exams 2010 and more Exams Database Management Systems (DBMS) in PDF only on Docsity!

Ollscoil na hÉireann, Gaillimh GX_____ National University of Ireland, Galway Autumn Examinations, 2010 Exam Code(s) 1MIS 1MIS2, 2MIS 1AE Exam(s) M.Sc. in Information Systems Management (Full-Time) M.Sc. in Information Systems Management (Part-Time) MBS in Electronic Commerce Module Code(s) MS Module(s) Database Systems External Examiner(s) Dr. Danail Ivanov Internal Examiner(s) Dr. Thomas Acton Dr. Michael Lang Instructions Answer Question 5 and any other 2 questions. Duration 2½ hours FOR INFORMATION OF EXAMINATIONS OFFICE ONLY Paper No. 1 of 1 Repeat Paper N/A^ Special Paper N/A No. of Answer Books N/A Requirements Handout None MCQ None Statistical Tables None Graph Paper None Log Graph Paper None Other Material None No. of Pages 5 Department(s) Business Information Systems

Answer QUESTION FIVE and any other TWO questions

  1. (a) An essential requirement of a database management system (DBMS) is that it should assure data integrity. Describe clearly what is meant by the following terms, and how each of these considerations are handled within relational DBMSs:  Referential integrity  Entity integrity  Unique fields  Required fields (15 marks) (b) Describe how validation rules based on the SQL keywords LIKE and IN can be defined when creating tables in SQL. (10 marks)
  2. (a) Describe how one-to-one (1:1) and many-to-many (M:M) relationships are implemented in a relational database. (You may omit recursive relationships). (18 marks) (b) Describe how a recursive one-to-many (1:M) relationship would be implemented in a relational database. (7 marks)
  3. (a) Outline the ANSI / ISO Transaction Processing Model and its popular variants. (9 marks) (b) Explain, using examples, how “insert” and “delete” anomalies can arise in Second Normal Form (2NF) where transitive dependencies are seen to exist. (16 marks)
  4. The presence of a spreadsheet application in a financial reporting information system can subvert all the controls in all other parts of that system .” Critically discuss this statement, including in your answer an outline of practical measures which can be taken to assure spreadsheet data integrity.

f) What is the full name of the youngest manager? [Use subqueries] (5 marks) g) List the names of all employees who have started work since March 2005 ( Start_Date ) who are older than their managers. [Use a self-join] (8 marks) h) If you were to count how many customers there are from each country, which country would be the most represented? You should code the query so that it automatically excludes all countries from which there are less than 5 customers. (8 marks) i) Sarah Mulholland ( Employee_Number 10342) is leaving the company today. She is being immediately replaced by Matthew Duffy whose new employee number and email address are 16273 and “[email protected]” respectively. His manager and telephone extension are the same as the person he is replacing, and his date of birth is 24 th April 1975. Implement the necessary changes in the correct order. (8 marks) (Total marks for Question 5: 50 marks)