Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

build a data base on sql 2. Create three tables as given below EMPLOYEE Empld, EFname, ELname, Gender, Designation, Manager, Salary, Commission DEPARTMENT DeptNo, DeptName

build a data base on sql

image text in transcribed

2. Create three tables as given below EMPLOYEE Empld, EFname, ELname, Gender, Designation, Manager, Salary, Commission DEPARTMENT DeptNo, DeptName D_LOCATION CityId, CityName 3. In table Employee Change through script Name of the attribute 'Designation with new name Design 4. Add foreign keys: DepNo in Employee table AND Cityld in Department table 5. Make a relationship diagram and get its screen shot of the diagram pan on a word document 6. Insert at least Five Valid records in each of the three tables. These records must have to satisfy needs of the below given queries. 7. Write an SQL statement/command to display from the Employee table EmpId and Full Name of each employee 8. Write an SQL statement command which if executed would change the department number of all employees working in the dept#30 (software) to dept#10 (sales). 9. Write an SQL statement command which shows from the Employee table, the records of all employees whose name starts with the character 'S'. 10. Develop a query fetching data from two tables

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

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions