Answered step by step
Verified Expert Solution
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.
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started