
Oracle Live SQL
How to Make Reusable SQL Pattern Matching Clauses with SQL Macros An overview of how to combine SQL pattern matching with SQL macros to create reusable code fragments.
Oracle Live SQL
Introduction to SQL This tutorial provides an introduction to the Structured Query Language (SQL), learn how to create tables with primary keys, columns, constraints, ind...
Oracle Live SQL
<samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:enc="http://www.w3.org/2001/04/xmlenc#" …
Code Library - Oracle Live SQL
Tutorial Introduction to SQL This tutorial provides an introduction to the Structured Query Language (SQL), learn how to create t...
Oracle Live SQL - Tutorial: Introduction to SQL
Description This tutorial provides an introduction to the Structured Query Language (SQL), learn how to create tables with primary keys, columns, constraints, indexes, and foreign keys.
Oracle FreeSQL - Oracle Live SQL
[ SQL Worksheet ] Run Statement (Ctrl+Enter, ⌘+Enter) Run Script (F5) Explain Plan (F10)
My Scripts - Oracle Live SQL
Oracle Live SQL is an online tool for running SQL and PLSQL scripts, learning SQL basics, and exploring tutorials on various topics.
Subqueries: Databases for Developers - Oracle Live SQL
Simple SQL queries follow this principle. For example the query "Get me the brick_ids of all the bricks that are red or blue" is the following statement: select brick_id from bricks where colour in ('red', …
SQL Macros - Creating parameterised views - Oracle Live SQL
SQL Macros allow developers to encapsulate complex processing within a new structure called a "macro" which can then be used within SQL statement. Essentially there two types of SQL Macros: …
SQL Worksheet - Oracle Live SQL
Oracle Live SQL is a web-based tool for accessing Oracle Database, writing and sharing SQL scripts, and exploring community scripts and tutorials.