Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. [20 Points] This question is to help better understand the costs and efforts involved in development and maintenance of applications using database systems compared

image text in transcribed
1. [20 Points] This question is to help better understand the costs and efforts involved in development and maintenance of applications using database systems compared to file processinjg systems. Your solution to this question will be evaluated/marked mainly based on your observations and comments on comparison of advantages and disadvantages of the two approaches. Consider an application that deals with the following tables; the underlined attributes in each table form the key of that table. Students ={ SID, Name, Program, Address } Courses ={CID, Name, Credits } Courses-Enrolled ={ SID, CID, Grade } Also consider the query Q: "Find the name and ID of every student who took Databases and obtained at least B+." (a) Write a program in your favorite imperative language (e.g., Java, Python, C) that develops the program to create these tables with records and computes and report the output of the query Q: You may NOT use or connect to any DBMS to perform any aspects of the programming involved. (b) Use a DBMS to create the above tables, formulate the same query Q in SQL, and report the query output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Structure Of The Relational Database Model

Authors: Jan Paredaens ,Paul De Bra ,Marc Gyssens ,Dirk Van Gucht

1st Edition

3642699588, 978-3642699580

More Books

Students also viewed these Databases questions