Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

!! IMPORTANT NOTE: I WANT TO SEE A DIFFERENT CODE,PLEASE DO NOT COPY AND PASTE THE ANSWER,WHICH IS THE SAME QUESTION ON CHEGG.WRITE FROM PYTHON3,

!! IMPORTANT NOTE: I WANT TO SEE A DIFFERENT CODE,PLEASE DO NOT COPY AND PASTE THE ANSWER,WHICH IS THE SAME QUESTION ON CHEGG.WRITE FROM PYTHON3,

QUESTIONS

  1. Create a database for Online newspaper firm.
  2. Design and implement your tables, relations etc. depending on your busi- ness. Design is totally up to you, however, you are expected to justify your answers.
  3. Design and implement simple application that allows users to make oper- ations for your database, e.g. adding, showing records etc.

Note: Demo for a sample application is recorded. Refer for weekly record- ings.

Code

  1. (10 points) Design and implement simple user interface for your database.

Design is totally up to you.

  1. (20 points) Implement functionality for adding records to tables.
  2. (10 points) Implement functionality for showing records in tables.
  3. (10 points) Implement functionality for executing more complex SQL com- mands.
  4. Additional functionalities of application will be graded as bonus, up to 20 points.

Note: Ensure that your programs are fully documented, using comments.

DEMO like this:image text in transcribed

python project.py You are using University database, please select one of the operation given below [N] ew Record [S]how Table [A] dvanced Command [C]ommit changes [E]xit Option: s Table name: instructor You are showing instructor table... name lastname ins_id 1 2 I Please press enter to return back menu

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

C++ Database Development

Authors: Al Stevens

1st Edition

1558283579, 978-1558283572

More Books

Students also viewed these Databases questions