About 635,000 results
Open links in new tab
  1. Oracle Database/SQL Cheatsheet - Wikibooks

    Mar 6, 2025 · This "cheat sheet" covers most of the basic functionality that an Oracle DBA needs to run basic queries and perform basic tasks. It also contains information that a PL/SQL programmer frequently uses to write stored procedures.

  2. SQL Cheat Sheet ( Basic to Advanced) - GeeksforGeeks

    Mar 12, 2025 · In this guide, we will see a comprehensive cheat sheet for essential SQL operations, offering a practical reference for tasks ranging from database creation to advanced data handling techniques. It includes fundamental SQL commands like CREATE DATABASE and DROP DATABASE , data manipulation commands such as INSERT INTO and UPDATE , …

  3. Oracle Sqlplus Cheat Sheet - Relentless Coding

    Feb 22, 2020 · It includes SQL*Plus, the “venerable” command-line tool provided by Oracle to query and administer Oracle databases.

  4. SQL Function Cheat Sheet - Database Star

    It’s a single-page PDF file that lists all of the Oracle SQL functions and their parameters. Save it, or print it out and put it on your desk. You’ll never have to worry about the parameters of each function again! Download the file here: Oracle SQL Function Cheat Sheet. Get your SQL function cheat sheet on this page.

  5. Single Valued Functions lpad( <string>,<width>, [<char>]); rpad( <string>, <width>,[<char>]); Pad a string to the right or left with the given width with the given char. lower( <string> ); uppper( <string> ); initcap( <string> ); Uppercase, lowercase, or inital upcase the string. length( <string> ); Returns length, in chars of the string.

  6. Oracle SQL Function Cheat Sheet | PDF | Data Management

    This document provides a cheat sheet of Oracle SQL functions organized into categories such as aggregate functions, numeric and math functions, conversion functions, and date and time functions. It lists over 100 functions with brief descriptions of what each function does.

  7. This "cheat sheet" covers most of the basic functionality that an Oracle DBA needs to run basic queries and perform basic tasks. It also contains information that a PL/SQL programmer frequently uses to write stored procedures.

  8. oracle sql reference card www.em-group-llc.com. reserved words built-in functions common clauses/misc cmds alter / drop commands create commands grant deref truncate drop function create view group dump update drop index having empty_blob, _clob drop indextype identified existsnode drop java

  9. Essential Oracle SQL Cheat Sheet: A Developer’s Quick ... - Medium

    Sep 13, 2024 · This guide is aimed at developers working with Oracle, BigQuery, database administrators, and anyone managing relational databases who wants a handy reference for commonly used SQL commands.

  10. Get the Oracle Cheat Sheet - Database Star

    Get a PDF Cheat Sheet for Oracle commands and syntax, to save you hours of time when writing SQL. Easy-to-understand visuals for joins and set operators, so it’s crystal-clear what result a keyword will give you.

  11. Some results have been removed