data 

   
   

Output:

    EMP_ID EMP_NAME		   EMP_SAL LOCATION
---------- -------------------- ---------- ----------
	 1 Hemant		     80000 pune
	 2 mayur		     50000 pune
	 3 kedar		     40000 goa
	 4 kamat		     90000 kolhapur

EMP_NAME	     LOCATION
-------------------- ----------
Hemant		     pune
mayur		     pune

    EMP_ID EMP_NAME		   EMP_SAL LOCATION
---------- -------------------- ---------- ----------
	 1 Hemant		     80000 pune
	 2 mayur		     20000 pune
	 3 kedar		     40000 goa
	 4 kamat		     90000 kolhapur

    EMP_ID EMP_NAME		   EMP_SAL LOCATION
---------- -------------------- ---------- ----------
	 1 Hemant		     80000 pune
	 2 mayur		     20000 pune
	 3 kedar		     40000 goa
by

Oracle Online Compiler

Write, Run & Share Oracle queries online using OneCompiler's Oracle online editor and compiler for free. It's one of the robust, feature-rich online editor and compiler for Oracle running on latest version 23c (23.3.0.0). Getting started with the OneCompiler's Oracle editor is really simple and pretty fast. The editor shows sample boilerplate code when you choose language as 'Oracle' and start writing queries to learn and test online without worrying about tedious process of installation.

About Oracle

Oracle Database is world's most popular database built by Oracle Corporation. It is a multi-model database management system. It's known for its robustness, scalability, and comprehensive feature set, making it popular for enterprise-level applications and large-scale data management.

Syntax help

Commands

1. CREATE


Example


2. Add Data

Example


3. TRUNCATE


4. DROP


6. COMMENTS

Single-Line Comments:


Multi-Line comments:


DML Commands

1. INSERT


Note: Column names are optional.

Example


2. SELECT


Example


3. UPDATE


Example


4. DELETE


Example



© Copyright 2025 One Compiler Pvt. Ltd. | Privacy Policy | Terms & Conditions