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)
69 views
3 pages
Emp Dept Scripts
Uploaded by
Yogesh Sable Patil
AI-enhanced title
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
Save
Save Emp_Dept_Scripts For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
69 views
3 pages
Emp Dept Scripts
Uploaded by
Yogesh Sable Patil
AI-enhanced title
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
Carousel Previous
Carousel Next
Download
Save
Save Emp_Dept_Scripts For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save Emp_Dept_Scripts For Later
You are on page 1
/ 3
Search
Fullscreen
DROP TABLE EMP;
DROP TABLE DEPT;
create table dept(
deptno number(2,0),
dname varchar2(14),
loc varchar2(13),
constraint pk_dept primary key (deptno)
);
create table emp(
empno number(4,0),
ename varchar2(10),
job varchar2(9),
mgr number(4,0),
hiredate date,
sal number(7,2),
comm number(7,2),
deptno number(2,0),
constraint pk_emp primary key (empno),
constraint fk_deptno foreign key (deptno) references dept (deptno)
);
insert into DEPT (DEPTNO, DNAME, LOC)
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');
insert into emp
values(
7839, 'KING', 'PRESIDENT', null,
to_date('17-11-1981','dd-mm-yyyy'),
5000, null, 10
);
insert into emp
values(
7698, 'BLAKE', 'MANAGER', 7839,
to_date('1-5-1981','dd-mm-yyyy'),
2850, null, 30
);
insert into emp
values(
7782, 'CLARK', 'MANAGER', 7839,
to_date('9-6-1981','dd-mm-yyyy'),
2450, null, 10
);
insert into emp
values(
7566, 'JONES', 'MANAGER', 7839,
to_date('2-4-1981','dd-mm-yyyy'),
2975, null, 20
);
insert into emp
values(
7788, 'SCOTT', 'ANALYST', 7566,
to_date('13-JUL-87','dd-mm-rr') - 85,
3000, null, 20
);
insert into emp
values(
7902, 'FORD', 'ANALYST', 7566,
to_date('3-12-1981','dd-mm-yyyy'),
3000, null, 20
);
insert into emp
values(
7369, 'SMITH', 'CLERK', 7902,
to_date('17-12-1980','dd-mm-yyyy'),
800, null, 20
);
insert into emp
values(
7499, 'ALLEN', 'SALESMAN', 7698,
to_date('20-2-1981','dd-mm-yyyy'),
1600, 300, 30
);
insert into emp
values(
7521, 'WARD', 'SALESMAN', 7698,
to_date('22-2-1981','dd-mm-yyyy'),
1250, 500, 30
);
insert into emp
values(
7654, 'MARTIN', 'SALESMAN', 7698,
to_date('28-9-1981','dd-mm-yyyy'),
1250, 1400, 30
);
insert into emp
values(
7844, 'TURNER', 'SALESMAN', 7698,
to_date('8-9-1981','dd-mm-yyyy'),
1500, 0, 30
);
insert into emp
values(
7876, 'ADAMS', 'CLERK', 7788,
to_date('13-JUL-87', 'dd-mm-rr') - 51,
1100, null, 20
);
insert into emp
values(
7900, 'JAMES', 'CLERK', 7698,
to_date('3-12-1981','dd-mm-yyyy'),
950, null, 30
);
insert into emp
values(
7934, 'MILLER', 'CLERK', 7782,
to_date('23-1-1982','dd-mm-yyyy'),
1300, null, 10
);
commit;
You might also like
Demobld (1) SQL
PDF
75% (4)
Demobld (1) SQL
2 pages
Notatki ZWykladu 12
PDF
No ratings yet
Notatki ZWykladu 12
1 page
EMP & DEPT Tables With SQL
PDF
No ratings yet
EMP & DEPT Tables With SQL
2 pages
Script TEST BD
PDF
No ratings yet
Script TEST BD
2 pages
141 Tables
PDF
No ratings yet
141 Tables
3 pages
Sampledatabase (1) - 6290872 - 2024 - 10 - 01 - 19 - 31
PDF
No ratings yet
Sampledatabase (1) - 6290872 - 2024 - 10 - 01 - 19 - 31
2 pages
Assignment-2 DBMS
PDF
No ratings yet
Assignment-2 DBMS
3 pages
Dbms Sample Program
PDF
No ratings yet
Dbms Sample Program
10 pages
CrEmpDep New
PDF
No ratings yet
CrEmpDep New
1 page
SQL Assignments
PDF
No ratings yet
SQL Assignments
25 pages
Criacao BDJobs
PDF
No ratings yet
Criacao BDJobs
7 pages
Xytryerstdssaa
PDF
No ratings yet
Xytryerstdssaa
2 pages
Sql-Task
PDF
No ratings yet
Sql-Task
2 pages
Emp Script Mysql
PDF
No ratings yet
Emp Script Mysql
1 page
Assignment-1 Dbms
PDF
No ratings yet
Assignment-1 Dbms
3 pages
Dbms 3
PDF
No ratings yet
Dbms 3
6 pages
LiveSQL 1
PDF
No ratings yet
LiveSQL 1
2 pages
ACFrOgD3YfYawK w09D6KguIbQMZYx0otbmgK8tkW6yfVLTK9hHwj3CNm9VPlRPJhpyRCyxzTf111 IF69vxyWYayQn9CMo4ojHrHerPo8yLHKlZXPlQppLWoiDSCq1NhJIBqfy6YDk6LHuOy y7MsKsnVZRbzy6mE6YN - PCCQ
PDF
No ratings yet
ACFrOgD3YfYawK w09D6KguIbQMZYx0otbmgK8tkW6yfVLTK9hHwj3CNm9VPlRPJhpyRCyxzTf111 IF69vxyWYayQn9CMo4ojHrHerPo8yLHKlZXPlQppLWoiDSCq1NhJIBqfy6YDk6LHuOy y7MsKsnVZRbzy6mE6YN - PCCQ
1 page
Script
PDF
No ratings yet
Script
1 page
Mongo DB
PDF
No ratings yet
Mongo DB
194 pages
Table
PDF
No ratings yet
Table
3 pages
Lab3 Data Base
PDF
No ratings yet
Lab3 Data Base
2 pages
Oracle Tables
PDF
No ratings yet
Oracle Tables
2 pages
Practise
PDF
No ratings yet
Practise
21 pages
Week 5
PDF
No ratings yet
Week 5
10 pages
EMP and DEPT Schema
PDF
No ratings yet
EMP and DEPT Schema
1 page
Person Demographics 1
PDF
No ratings yet
Person Demographics 1
800 pages
Oracle Dept Emp Script Data
PDF
No ratings yet
Oracle Dept Emp Script Data
3 pages
Emp-Dept With Joins
PDF
No ratings yet
Emp-Dept With Joins
5 pages
00 02
PDF
No ratings yet
00 02
6 pages
Employee Department
PDF
No ratings yet
Employee Department
2 pages
Scott Schema MySQL
PDF
No ratings yet
Scott Schema MySQL
2 pages
Bases 3
PDF
No ratings yet
Bases 3
2 pages
Tables Script
PDF
No ratings yet
Tables Script
3 pages
SQL Preparation
PDF
No ratings yet
SQL Preparation
4 pages
ZXDZFGBHNJM
PDF
No ratings yet
ZXDZFGBHNJM
3 pages
SQL Practice
PDF
No ratings yet
SQL Practice
4 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
Emp Table
PDF
0% (2)
Emp Table
2 pages
INF313 - Class Exercise
PDF
No ratings yet
INF313 - Class Exercise
4 pages
SQL Mastery Set 1 (110 Questions)
PDF
No ratings yet
SQL Mastery Set 1 (110 Questions)
7 pages
Oracle Demo Tables
PDF
No ratings yet
Oracle Demo Tables
2 pages
Lab 3 (Create Table)
PDF
No ratings yet
Lab 3 (Create Table)
3 pages
Test SQL
PDF
No ratings yet
Test SQL
3 pages
SQL
PDF
No ratings yet
SQL
12 pages
ADF Activities
PDF
No ratings yet
ADF Activities
35 pages
Practical 1 DBMS
PDF
No ratings yet
Practical 1 DBMS
3 pages
Create Database Test
PDF
No ratings yet
Create Database Test
5 pages
Job Responsibility of ADL Officer
PDF
No ratings yet
Job Responsibility of ADL Officer
1 page
StatementThu Dec 19 12 - 33 - 10 GMT+05 - 30 2024
PDF
No ratings yet
StatementThu Dec 19 12 - 33 - 10 GMT+05 - 30 2024
8 pages
SQL
PDF
No ratings yet
SQL
53 pages
Talend Best Scenario
PDF
No ratings yet
Talend Best Scenario
6 pages
Employee SQL
PDF
No ratings yet
Employee SQL
4 pages
Script Tables
PDF
No ratings yet
Script Tables
2 pages
Column Manipulation Part2
PDF
No ratings yet
Column Manipulation Part2
2 pages
Nijesh Hadoop 4yrs
PDF
No ratings yet
Nijesh Hadoop 4yrs
2 pages
48 Medium Article On PySpark Scenarios
PDF
No ratings yet
48 Medium Article On PySpark Scenarios
6 pages
Joins: Old/Conventional SQL New/Ansi SQL Visual Representation Result
PDF
No ratings yet
Joins: Old/Conventional SQL New/Ansi SQL Visual Representation Result
2 pages
SQL Excersise
PDF
No ratings yet
SQL Excersise
2 pages
Emp & Dept Table Creation
PDF
No ratings yet
Emp & Dept Table Creation
3 pages
Demob LD
PDF
0% (1)
Demob LD
2 pages
Scott Tiger Demo SQL Server
PDF
No ratings yet
Scott Tiger Demo SQL Server
2 pages
SQL Queries: 200+ Queries to Challenge you.
From Everand
SQL Queries: 200+ Queries to Challenge you.
Swaroop Kallakuri
5/5 (2)
No Ph.D. Game Design With Three.js
From Everand
No Ph.D. Game Design With Three.js
Nikiforos Kontopoulos
No ratings yet
Computer Engineering Laboratory Solution Primer
From Everand
Computer Engineering Laboratory Solution Primer
Karan Bhandari
No ratings yet
150+ C Pattern Programs
From Everand
150+ C Pattern Programs
Hernando Abella
No ratings yet
Calculated Encryption
From Everand
Calculated Encryption
John C Livingstone
No ratings yet