Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A relational database for AllElectronics. The AllElectronics company is described by the following relation tables: customer, item, employee, and branch. Fragments of the tables described

A relational database for AllElectronics. The AllElectronics company is described by the following
relation tables: customer, item, employee, and branch. Fragments of the tables described here
are shown in the Figure.
Please fill up the tables with 10 entries each.
The relation customer consists of a set of attributes, including a unique customer identity number
(cust ID), customer name, address, age, occupation, annual income, credit information, category,
and so on.
Similarly, each of the relations item, employee, and branch consists of a set of attributes
describing their properties.
Use python to access the relational database and to write the
queries.
Deliverables:
Please fill up the tables with 10 entries each.
Write the Python code to get the following results.
1. Show the list of all made in India items.
2. Show the list of customers with age 30 to 40.
3. List the employees having salary more than 1 Lakh.
4. Calculate the total amount sold by E55 employee.
5. Which sales person had the highest amount of sales?

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

Database Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions

Question

=+4 Develop and deliver the CCT program.

Answered: 1 week ago

Question

=+5 Evaluate whether the CCT program was effective.

Answered: 1 week ago

Question

=+Identify the type of global assignment for which CCT is needed.

Answered: 1 week ago