Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
16 views
script_Tables
DATABASE
Uploaded by
mscsf23m002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save script_Tables For Later
Download
Save
Save script_Tables For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
16 views
script_Tables
DATABASE
Uploaded by
mscsf23m002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save script_Tables For Later
Carousel Previous
Carousel Next
Save
Save script_Tables For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 2
Search
Fullscreen
CREATE TABLE EMP
(EMPNO NUMBER(4) NOT NULL,
ENAME VARCHAR2(10),
JOB VARCHAR2(9),
MGR NUMBER(4),
HIREDATE DATE,
SAL NUMBER(7, 2),
COMM NUMBER(7, 2),
DEPTNO NUMBER(2));
INSERT INTO EMP VALUES
(7369, 'SMITH', 'CLERK', 7902,
TO_DATE('17-DEC-1980', 'DD-MON-YYYY'), 800, NULL, 20);
INSERT INTO EMP VALUES
(7499, 'ALLEN', 'SALESMAN', 7698,
TO_DATE('20-FEB-1981', 'DD-MON-YYYY'), 1600, 300, 30);
INSERT INTO EMP VALUES
(7521, 'WARD', 'SALESMAN', 7698,
TO_DATE('22-FEB-1981', 'DD-MON-YYYY'), 1250, 500, 30);
INSERT INTO EMP VALUES
(7566, 'JONES', 'MANAGER', 7839,
TO_DATE('2-APR-1981', 'DD-MON-YYYY'), 2975, NULL, 20);
INSERT INTO EMP VALUES
(7654, 'MARTIN', 'SALESMAN', 7698,
TO_DATE('28-SEP-1981', 'DD-MON-YYYY'), 1250, 1400, 30);
INSERT INTO EMP VALUES
(7698, 'BLAKE', 'MANAGER', 7839,
TO_DATE('1-MAY-1981', 'DD-MON-YYYY'), 2850, NULL, 30);
INSERT INTO EMP VALUES
(7782, 'CLARK', 'MANAGER', 7839,
TO_DATE('9-JUN-1981', 'DD-MON-YYYY'), 2450, NULL, 10);
INSERT INTO EMP VALUES
(7788, 'SCOTT', 'ANALYST', 7566,
TO_DATE('09-DEC-1982', 'DD-MON-YYYY'), 3000, NULL, 20);
INSERT INTO EMP VALUES
(7839, 'KING', 'PRESIDENT', NULL,
TO_DATE('17-NOV-1981', 'DD-MON-YYYY'), 5000, NULL, 10);
INSERT INTO EMP VALUES
(7844, 'TURNER', 'SALESMAN', 7698,
TO_DATE('8-SEP-1981', 'DD-MON-YYYY'), 1500, NULL, 30);
INSERT INTO EMP VALUES
(7876, 'ADAMS', 'CLERK', 7788,
TO_DATE('12-JAN-1983', 'DD-MON-YYYY'), 1100, NULL, 20);
INSERT INTO EMP VALUES
(7900, 'JAMES', 'CLERK', 7698,
TO_DATE('3-DEC-1981', 'DD-MON-YYYY'), 950, NULL, 30);
INSERT INTO EMP VALUES
(7902, 'FORD', 'ANALYST', 7566,
TO_DATE('3-DEC-1981', 'DD-MON-YYYY'), 3000, NULL, 20);
INSERT INTO EMP VALUES
(7934, 'MILLER', 'CLERK', 7782,
TO_DATE('23-JAN-1982', 'DD-MON-YYYY'), 1300, NULL, 10);
CREATE TABLE DEPT
(DEPTNO NUMBER(2),
DNAME VARCHAR2(14),
LOC VARCHAR2(13) );
INSERT INTO DEPT VALUES (10, 'ACCOUNTING', 'NEW YORK');
INSERT INTO DEPT VALUES (20, 'RESEARCH', 'DALLAS');
INSERT INTO DEPT VALUES (30, 'SALES', 'CHICAGO');
INSERT INTO DEPT VALUES (40, 'OPERATIONS', 'BOSTON');
CREATE TABLE SALGRADE
(GRADE NUMBER,
LOSAL NUMBER,
HISAL NUMBER);
INSERT INTO SALGRADE VALUES (1, 700, 1200);
INSERT INTO SALGRADE VALUES (2, 1201, 1400);
INSERT INTO SALGRADE VALUES (3, 1401, 2000);
INSERT INTO SALGRADE VALUES (4, 2001, 3000);
INSERT INTO SALGRADE VALUES (5, 3001, 9999);
COMMIT;
alter table emp add constraint emp_pk primary key (empno);
alter table dept add constraint dept_pk primary key (deptno);
alter table emp add constraint emp_fk foreign key (deptno) references dept
(deptno);
You might also like
Download Guide to Wireless Communications Olenewa ebook All Chapters PDF
PDF
100% (2)
Download Guide to Wireless Communications Olenewa ebook All Chapters PDF
62 pages
Developing An Intelligent Chat-Bot Tool To Assist High School Students For Learning General Knowledge Subjects
PDF
No ratings yet
Developing An Intelligent Chat-Bot Tool To Assist High School Students For Learning General Knowledge Subjects
13 pages
SQL Queries: 200+ Queries to Challenge you.
From Everand
SQL Queries: 200+ Queries to Challenge you.
Swaroop Kallakuri
5/5 (2)
Alternity Character Sheet Interactive
PDF
No ratings yet
Alternity Character Sheet Interactive
4 pages
Emp Table
PDF
0% (1)
Emp Table
2 pages
ORACLE DEMO TABLES
PDF
No ratings yet
ORACLE DEMO TABLES
2 pages
Script
PDF
No ratings yet
Script
1 page
Emp & Dept Table Creation
PDF
No ratings yet
Emp & Dept Table Creation
3 pages
Demob LD
PDF
0% (1)
Demob LD
2 pages
Tables Script
PDF
No ratings yet
Tables Script
3 pages
Emp_Dept_Scripts
PDF
No ratings yet
Emp_Dept_Scripts
3 pages
Scott Tiger Demo SQL Server
PDF
No ratings yet
Scott Tiger Demo SQL Server
2 pages
ZXDZFGBHNJM
PDF
No ratings yet
ZXDZFGBHNJM
3 pages
Scott Schema MySQL
PDF
No ratings yet
Scott Schema MySQL
2 pages
Lab 3 (Create Table)
PDF
No ratings yet
Lab 3 (Create Table)
3 pages
Table
PDF
No ratings yet
Table
3 pages
Demobld (1) SQL
PDF
75% (4)
Demobld (1) SQL
2 pages
sql-Task _
PDF
No ratings yet
sql-Task _
2 pages
Test SQL
PDF
No ratings yet
Test SQL
3 pages
Xytryerstdssaa
PDF
No ratings yet
Xytryerstdssaa
2 pages
EMP & DEPT tables with SQL
PDF
No ratings yet
EMP & DEPT tables with SQL
2 pages
ACFrOgD3YfYawK-w09D6KguIbQMZYx0otbmgK8tkW6yfVLTK9hHwj3CNm9VPlRPJhpyRCyxzTf111-IF69vxyWYayQn9CMo4ojHrHerPo8yLHKlZXPlQppLWoiDSCq1NhJIBqfy6YDk6LHuOy-y7MsKsnVZRbzy6mE6YN_pcCQ==
PDF
No ratings yet
ACFrOgD3YfYawK-w09D6KguIbQMZYx0otbmgK8tkW6yfVLTK9hHwj3CNm9VPlRPJhpyRCyxzTf111-IF69vxyWYayQn9CMo4ojHrHerPo8yLHKlZXPlQppLWoiDSCq1NhJIBqfy6YDk6LHuOy-y7MsKsnVZRbzy6mE6YN_pcCQ==
1 page
Lab3 Data Base
PDF
No ratings yet
Lab3 Data Base
2 pages
Mongo DB
PDF
No ratings yet
Mongo DB
194 pages
EMP and DEPT Schema
PDF
No ratings yet
EMP and DEPT Schema
1 page
OracleDB Basic Employee Schema
PDF
No ratings yet
OracleDB Basic Employee Schema
2 pages
Steps to install Oracle10g-XE_250121_212308
PDF
No ratings yet
Steps to install Oracle10g-XE_250121_212308
11 pages
SQL Preparation
PDF
No ratings yet
SQL Preparation
4 pages
Sampledatabase (1) - 6290872 - 2024 - 10 - 01 - 19 - 31
PDF
No ratings yet
Sampledatabase (1) - 6290872 - 2024 - 10 - 01 - 19 - 31
2 pages
Script TEST bd
PDF
No ratings yet
Script TEST bd
2 pages
SQL
PDF
No ratings yet
SQL
12 pages
SQL Practice
PDF
No ratings yet
SQL Practice
4 pages
141 Tables
PDF
No ratings yet
141 Tables
3 pages
Emp Script Mysql
PDF
No ratings yet
Emp Script Mysql
1 page
SQL Assignments
PDF
No ratings yet
SQL Assignments
25 pages
INF313 - Class Exercise
PDF
No ratings yet
INF313 - Class Exercise
4 pages
Oracle Exo
PDF
No ratings yet
Oracle Exo
3 pages
Week 5
PDF
No ratings yet
Week 5
10 pages
Oracle Dept Emp Script Data
PDF
No ratings yet
Oracle Dept Emp Script Data
3 pages
00 02
PDF
No ratings yet
00 02
6 pages
Oracle Assignment 2019: Grade NUMBER, Losal NUMBER, Hisal NUMBER
PDF
No ratings yet
Oracle Assignment 2019: Grade NUMBER, Losal NUMBER, Hisal NUMBER
8 pages
ASSIGNMENT-2 DBMS
PDF
No ratings yet
ASSIGNMENT-2 DBMS
3 pages
My SQLQueries 1
PDF
No ratings yet
My SQLQueries 1
10 pages
Dbms Answers All - Haam's Community
PDF
No ratings yet
Dbms Answers All - Haam's Community
55 pages
SQL Queries
PDF
No ratings yet
SQL Queries
30 pages
H
PDF
No ratings yet
H
13 pages
Employee Department
PDF
No ratings yet
Employee Department
2 pages
IP - MySQL Practical File
PDF
No ratings yet
IP - MySQL Practical File
9 pages
SQL Empl Table
PDF
0% (1)
SQL Empl Table
2 pages
Practise
PDF
No ratings yet
Practise
21 pages
Create Database Test
PDF
No ratings yet
Create Database Test
5 pages
SUB QUEARY CASE 2
PDF
No ratings yet
SUB QUEARY CASE 2
3 pages
Practical 1 DBMS
PDF
No ratings yet
Practical 1 DBMS
3 pages
SQL Practice Problem1 Sol
PDF
No ratings yet
SQL Practice Problem1 Sol
4 pages
SQL Excersise
PDF
No ratings yet
SQL Excersise
2 pages
DBMS
PDF
No ratings yet
DBMS
6 pages
SQL Question For Employees Table
PDF
No ratings yet
SQL Question For Employees Table
29 pages
Employee Database 97-2003FINAL
PDF
100% (1)
Employee Database 97-2003FINAL
11 pages
TEST ANSWERS SQL 18-02-2025
PDF
No ratings yet
TEST ANSWERS SQL 18-02-2025
2 pages
Dbms 3
PDF
No ratings yet
Dbms 3
6 pages
Stored Procedures: Page 1 of 5
PDF
No ratings yet
Stored Procedures: Page 1 of 5
5 pages
Unit 1 Information Systems in Global Business Today 1
PDF
No ratings yet
Unit 1 Information Systems in Global Business Today 1
18 pages
Tally Practical 2
PDF
No ratings yet
Tally Practical 2
14 pages
Lenze EDS4900U-2 Parameters
PDF
No ratings yet
Lenze EDS4900U-2 Parameters
29 pages
Dense Passage Retrieval For Open-Domain Question Answering
PDF
No ratings yet
Dense Passage Retrieval For Open-Domain Question Answering
13 pages
TUTORIAL How To Get Minecraft Pi Edition Working! - Raspberry Pi Forums
PDF
No ratings yet
TUTORIAL How To Get Minecraft Pi Edition Working! - Raspberry Pi Forums
1 page
Macworld UK - June 2023
PDF
No ratings yet
Macworld UK - June 2023
100 pages
FTTH Configuration Guide 04
PDF
0% (1)
FTTH Configuration Guide 04
195 pages
Sample Thesis For Computer Engineering Students
PDF
100% (1)
Sample Thesis For Computer Engineering Students
6 pages
Jiji Uganda
PDF
No ratings yet
Jiji Uganda
5 pages
Cout : C++ Basic Programs
PDF
No ratings yet
Cout : C++ Basic Programs
13 pages
2024 25 SummerIntern 2 Review 2 Schedule
PDF
No ratings yet
2024 25 SummerIntern 2 Review 2 Schedule
134 pages
Process Lasso Setup For Sierra Chart
PDF
No ratings yet
Process Lasso Setup For Sierra Chart
6 pages
ZFS Pool Import - Proxmox single host reinstall without full backup - Thomas-Krenn-Wiki-en
PDF
No ratings yet
ZFS Pool Import - Proxmox single host reinstall without full backup - Thomas-Krenn-Wiki-en
3 pages
Jannatulsadia Resume
PDF
No ratings yet
Jannatulsadia Resume
2 pages
FZK Documents
PDF
No ratings yet
FZK Documents
5 pages
Cheat Sheet For Final
PDF
No ratings yet
Cheat Sheet For Final
4 pages
Junos Release Notes 22.3r2
PDF
No ratings yet
Junos Release Notes 22.3r2
149 pages
Arc Lamp Power Supply MODEL 69920
PDF
No ratings yet
Arc Lamp Power Supply MODEL 69920
26 pages
08-DOM Manipulation and Jquery
PDF
No ratings yet
08-DOM Manipulation and Jquery
52 pages
Metastability and Clock Domain Crossing: IN3160 IN4160
PDF
No ratings yet
Metastability and Clock Domain Crossing: IN3160 IN4160
30 pages
Doing A Basic Team Ranking Using Match Data
PDF
No ratings yet
Doing A Basic Team Ranking Using Match Data
8 pages
Social Media Text Analytics of Malayalam - English Code Mixed Using Deep Learning
PDF
No ratings yet
Social Media Text Analytics of Malayalam - English Code Mixed Using Deep Learning
25 pages
Clinical Cases in Orthodontics 1st edition by Martyn Cobourne, Padhraig Fleming, Andrew DiBiase, Sofia Ahmad ISBN 1405197793 9781405197793 instant download
PDF
100% (3)
Clinical Cases in Orthodontics 1st edition by Martyn Cobourne, Padhraig Fleming, Andrew DiBiase, Sofia Ahmad ISBN 1405197793 9781405197793 instant download
14 pages
Pitot-Static Instruments and Systems
PDF
No ratings yet
Pitot-Static Instruments and Systems
7 pages
MyEY_MFA_Document
PDF
No ratings yet
MyEY_MFA_Document
3 pages
Linear Meter Flow Calculation Program User Manual For Floboss 107 en 132410
PDF
No ratings yet
Linear Meter Flow Calculation Program User Manual For Floboss 107 en 132410
48 pages