Skip to content
TECHONESPOT
All Tech at one spot
HOME
CBSE
Class6th
Class7th
Class8th
Class9th
Class10th
Class11th
Commerce
Informatics Practices
Class 11th PHYSICAL EDUCATION
Science
Computer Science
Biology
Physics
Chemistry
Mathematics
English
PE
Class12th
Commerce
English
Accountancy
Business Studies
Economics
Informatics Practices
Entrepreneurship
Class 12th Physical Education
Science
Computer Science
GSEB
Class 7th GSEB
Class 8th GSEB
Class9th GSEB
Class10th GSEB
Class11th GSEB
Class12th GSEB
ACCOUNTS
STATISTICS
ORGANIZATION OF COMMERCE AND MANAGEMENT
ECONOMICS
ENGLISH
HINDI
GUJARATI
COMPUTER
ICSE
Books
BOOKS_GSEB
Books_CBSE
Courses
Basic Courses
Data Analysis
Excel
Python
SQL
Power BI
HTML
CSS
Oracle
SQL
Python
C++
C Language
Java
BCA
Semester-1
Semester-2
Semester-3
Semester-4
Semester-5
Semester-6
Application’s
SOFTWARE
About us
Privacy Policy
Contact us
Terms and Conditions
How to Create table
and Insert data in Oracle 10g.
Step1 :- Press window and search for oracle folder
Step 2 :- Then Click on go to databse homepage
Step 3 :- Enter username and password.
Step-4 :- Then click on the SQL
Step-5 :- Then click on the SQL Commands.
Step 6 - Then type the DDL Statement like Create table.
Create table Query
create table employee
(
e_id int,
e_name varchar2(50),
e_add varchar2(100),
e_email varchar2(100),
e_con varchar2(10),
e_dob date,
e_sal number(7,2));
Step 7:- How to see the Structure of your Table
Desc employee
Step 8:- Then type the DML Statement like Insert Statement
insert into employee values(1,’Mohan’,’Althan’,’mohan123@gamil.com’,’5566332211′,’10-jan-1995′,45000);
insert into employee (e_id,e_name,e_add,e_email,e_dob,e_sal)values(2,’Hardik’,’Vesu’,’hardik123@gmail.com’,’09-sep-1995′,50000);
Step 9:- How to display the full table.
Select * from employee;
Fun & Easy to follow
Works on all devices
Your own Pace
Super Affordable