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.
Relational data can be accessed by database queries written in a relational query language, such
as SQL, or with the assistance of graphical user interfaces. A query allows retrieval of specified
subsets of the data. Here we will use python to access the relational database and to write the
queries.
Deliverables:
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?customer
item
employee
branch
purchases
items_sold
works_at
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions