Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please answer the SQL questions below using relational database terms. the following SQL script which contained a SQL CREATE TABLE which created the storage structure

Please answer the SQL questions below using relational database terms.

image text in transcribed

the following SQL script which contained a SQL CREATE TABLE which created the storage structure to store that created an employee table named EMP and Department table name named DEPT mployee Table epartment Table CREATE TABLE EMP CREATE TABLE DEPT EMPNO FIRSTNME MIDINIT LASTNAME WORKDEPT PHONENO HIREDATE JOB EDLEVEL SEX BIRTHDATE SALARY BONUS COMM CHAR(6) NOT NULL, VARCHAR(12) NOT NULL , CHAR(1) NOT NULL, VARCHAR(15) NOT NULL, CHAR(3), CHAR(4), DATE CHAR(8), SMALLINT NOT NULL, CHAR1), DATE DECIMAL(9,2) DECIMAL(9,2), DECIMAL(9,2) DEPTNO DEPTNAME MGRNO ADMRDEPT LOCATION CHAR(3) NOT NULL , VARCHAR(29) NOT NULL , CHAR(6) , CHAR(3) NOT NULL, CHAR(16) ); 1.2 Questions-Basic Relational Concepts 1. Using relational model terminology the concept of the table named EMP would be defined as a(n) Answer > 2. Using relational model terminology the concept of the EMP column names, e.g., EMPNO FIRSTNME, etc. would be defined as Answer => 3. Using relational model terminology the concept that defines the set of values that may be stored in the EMP column names, e.g., EMPNO, FIRSTNME, etc. would be defined as Answer> 4. Using relational model terminology the concept that describes that one or more rows are used store data for one or more em ees would be Answer =>

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

Logics For Databases And Information Systems

Authors: Jan Chomicki ,Gunter Saake

1st Edition

1461375827, 978-1461375821

More Books

Students also viewed these Databases questions

Question

2 5 2 x 3 2. 5 2fi=3

Answered: 1 week ago

Question

8. Demonstrate aspects of assessing group performance

Answered: 1 week ago