SQLite 

   
   

Output:

Click on RUN button to see the output

SQLite online editor

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

About SQLite

SQLite is an in-process C library that implements small, fast, serverless, zero-configuration, transactional SQL database engine.

Key Features:

  • Very small and light weight
  • Serverless
  • Free to use
  • Self contained as no other dependencies required.
  • zero config

Syntax help

Useful Commands

1. CREATE


Example


2. ALTER


Example


3. DROP


4. INSERT


Note: Column names are optional.

Example


5. SELECT


Example


6. UPDATE


Example


7. DELETE


Example


8. CREATE INDEX


9. DROP INDEX


10. Create a View


11. How to call view


12. Altering a View


13. Deleting a View


14. INNER JOIN


15. LEFT JOIN


16. RIGHT JOIN


17. CROSS JOIN



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