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)
15 views
Tables Script
Uploaded by
anshumruhi25
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download now
Download
Save Tables_Script For Later
Download
Save
Save Tables_Script For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
15 views
Tables Script
Uploaded by
anshumruhi25
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download now
Download
Save Tables_Script For Later
Carousel Previous
Carousel Next
Save
Save Tables_Script For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 3
Search
Fullscreen
create table dept(
deptno decimal(2,0),
dname varchar(14),
loc varchar(13)
);
create table emp(
empno decimal(4,0),
ename varchar(10),
job varchar(9),
mgr decimal(4,0),
hiredate date,
sal decimal(7,2),
comm decimal(7,2),
deptno decimal(2,0)
);
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');
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
);
You might also like
SQL Queries: 200+ Queries to Challenge you.
From Everand
SQL Queries: 200+ Queries to Challenge you.
Swaroop Kallakuri
5/5 (2)
An Ethnographic Study of Northern Ghanaian Conflicts: Towards a Sustainable Peace
From Everand
An Ethnographic Study of Northern Ghanaian Conflicts: Towards a Sustainable Peace
A.K. Awedoba
No ratings yet
Emp & Dept Table Creation
PDF
No ratings yet
Emp & Dept Table Creation
3 pages
Emp_Dept_Scripts
PDF
No ratings yet
Emp_Dept_Scripts
3 pages
script_Tables
PDF
No ratings yet
script_Tables
2 pages
Emp Table
PDF
0% (1)
Emp Table
2 pages
ORACLE DEMO TABLES
PDF
No ratings yet
ORACLE DEMO TABLES
2 pages
Emp Data Query
PDF
No ratings yet
Emp Data Query
5 pages
EMP & DEPT tables with SQL
PDF
No ratings yet
EMP & DEPT tables with SQL
2 pages
Script
PDF
No ratings yet
Script
1 page
Mongo DB
PDF
No ratings yet
Mongo DB
194 pages
Scott Schema MySQL
PDF
No ratings yet
Scott Schema MySQL
2 pages
Sampledatabase (1) - 6290872 - 2024 - 10 - 01 - 19 - 31
PDF
No ratings yet
Sampledatabase (1) - 6290872 - 2024 - 10 - 01 - 19 - 31
2 pages
Scott Tiger Demo SQL Server
PDF
No ratings yet
Scott Tiger Demo SQL Server
2 pages
Emp Script Mysql
PDF
No ratings yet
Emp Script Mysql
1 page
EMP and DEPT Schema
PDF
No ratings yet
EMP and DEPT Schema
1 page
sql-Task _
PDF
No ratings yet
sql-Task _
2 pages
Demob LD
PDF
0% (1)
Demob LD
2 pages
SQL Preparation
PDF
No ratings yet
SQL Preparation
4 pages
Test SQL
PDF
No ratings yet
Test SQL
3 pages
Lab 3 (Create Table)
PDF
No ratings yet
Lab 3 (Create Table)
3 pages
ACFrOgD3YfYawK-w09D6KguIbQMZYx0otbmgK8tkW6yfVLTK9hHwj3CNm9VPlRPJhpyRCyxzTf111-IF69vxyWYayQn9CMo4ojHrHerPo8yLHKlZXPlQppLWoiDSCq1NhJIBqfy6YDk6LHuOy-y7MsKsnVZRbzy6mE6YN_pcCQ==
PDF
No ratings yet
ACFrOgD3YfYawK-w09D6KguIbQMZYx0otbmgK8tkW6yfVLTK9hHwj3CNm9VPlRPJhpyRCyxzTf111-IF69vxyWYayQn9CMo4ojHrHerPo8yLHKlZXPlQppLWoiDSCq1NhJIBqfy6YDk6LHuOy-y7MsKsnVZRbzy6mE6YN_pcCQ==
1 page
141 Tables
PDF
No ratings yet
141 Tables
3 pages
ZXDZFGBHNJM
PDF
No ratings yet
ZXDZFGBHNJM
3 pages
Lab3 Data Base
PDF
No ratings yet
Lab3 Data Base
2 pages
00 02
PDF
No ratings yet
00 02
6 pages
Xytryerstdssaa
PDF
No ratings yet
Xytryerstdssaa
2 pages
EMP & DEPT (3)
PDF
No ratings yet
EMP & DEPT (3)
2 pages
ASSIGNMENT-2 DBMS
PDF
No ratings yet
ASSIGNMENT-2 DBMS
3 pages
OracleDB Basic Employee Schema
PDF
No ratings yet
OracleDB Basic Employee Schema
2 pages
SQL Excersise
PDF
No ratings yet
SQL Excersise
2 pages
Demobld (1) SQL
PDF
75% (4)
Demobld (1) SQL
2 pages
Table
PDF
No ratings yet
Table
3 pages
SQL Empl Table
PDF
0% (1)
SQL Empl Table
2 pages
Emp-Dept With Joins
PDF
No ratings yet
Emp-Dept With Joins
5 pages
Script TEST bd
PDF
No ratings yet
Script TEST bd
2 pages
IP - MySQL Practical File
PDF
No ratings yet
IP - MySQL Practical File
9 pages
Emp Assign
PDF
No ratings yet
Emp Assign
1 page
SUB QUEARY CASE 2
PDF
No ratings yet
SUB QUEARY CASE 2
3 pages
Dbms 3
PDF
No ratings yet
Dbms 3
6 pages
My SQLQueries 1
PDF
No ratings yet
My SQLQueries 1
10 pages
LiveSQL 1
PDF
No ratings yet
LiveSQL 1
2 pages
SQL
PDF
No ratings yet
SQL
12 pages
Week 5
PDF
No ratings yet
Week 5
10 pages
SQL Practice
PDF
No ratings yet
SQL Practice
4 pages
SQL Question For Employees Table
PDF
No ratings yet
SQL Question For Employees Table
29 pages
jeux de donnee tp4
PDF
No ratings yet
jeux de donnee tp4
1 page
Practical 1 DBMS
PDF
No ratings yet
Practical 1 DBMS
3 pages
IP - MySQL Practical File
PDF
No ratings yet
IP - MySQL Practical File
9 pages
INF313 - Class Exercise
PDF
No ratings yet
INF313 - Class Exercise
4 pages
assignment-1 dbms
PDF
No ratings yet
assignment-1 dbms
3 pages
Employee Department
PDF
No ratings yet
Employee Department
2 pages
Oracle Dept Emp Script Data
PDF
No ratings yet
Oracle Dept Emp Script Data
3 pages
SQL Assignments
PDF
No ratings yet
SQL Assignments
25 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
Employee Database 97-2003FINAL
PDF
100% (1)
Employee Database 97-2003FINAL
11 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
Perform The Following Queries
PDF
No ratings yet
Perform The Following Queries
3 pages
Dearlogue
From Everand
Dearlogue
Abubakar Othman
No ratings yet
No Ph.D. Game Design With Three.js
From Everand
No Ph.D. Game Design With Three.js
Nikiforos Kontopoulos
No ratings yet
Documents
Teaching Methods & Materials