Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using SQL Live, create two tables: Emp(Empno, Ename, DNO, BirthDate, Sal) Dept(Deptno, Dname, Mgr) Select by yourself the appropriate data type for each column. For

image text in transcribed

Using SQL Live, create two tables: Emp(Empno, Ename, DNO, BirthDate, Sal) Dept(Deptno, Dname, Mgr) Select by yourself the appropriate data type for each column. For Emp Table add the following constraints: Empno is the PK, Ename not null, DNO is FK references Dept(Deptno), Sal should be between 1000 and 10000 For Dept Table add the following Constraint: Deptno is PK, Dname is unique, Mgr is FK reference Emp(Empno). Submit your code as one file

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

Students also viewed these Databases questions

Question

What is the use of a tagline?

Answered: 1 week ago

Question

difine deplition and compare it with depreciation

Answered: 1 week ago

Question

What do you understand by Mendeleev's periodic table

Answered: 1 week ago

Question

6. The cost of the training creates a need to show that it works.

Answered: 1 week ago