Standout-dev
Oracle SQL Tips, Tricks and Hacks to help Developers stand out.
Menu Close
  • Blog
  • Video Courses
  • Oracle SQL Tutorial

Author: Carlos

11

Understanding Analytic Functions

Posted on April 17, 2016 by Carlos
analytic functions windowing clause

Analytic functions in Oracle SQL are very useful and are utilized by many people, but sometimes without completely understanding how they work or what data they operate on. This article does not focus on a specific function, but on analytic… Continue Reading →

Functions, SQL analytic, function, functions, Oracle, partition, SQL, window, windowing
29

Understanding a Query’s Execution Plan

Posted on January 30, 2016 by Carlos

One of the most basic tasks you need to perform when tuning SQL statements is determining the causes of the performance problem, and to do that, you will most likely need to analyze the execution plan of the problematic statement.… Continue Reading →

SQL, SQL Developer, Tuning access path, autotrace, cost, execution plan, explain plan, Join, optimizer, SQL Developer, tuning
10

Top-N queries in Oracle SQL

Posted on November 24, 2015 by Carlos

I decided to write about Top-N queries today because even though there are lots of articles and documentation about the correct way to do it in Oracle out there, I have seen this question asked on different forums, and to… Continue Reading →

SQL dense_rank, pseudocolumn, rank, row_number, rownum, SQL, top-n
7

CASE expressions in Oracle SQL

Posted on November 10, 2015 by Carlos

CASE expressions are the standard way to implement IF … THEN … ELSE logic in SQL statements. Oracle provides the DECODE function, which does something similar and is widely used by Oracle developers, but CASE expressions are actually more flexible… Continue Reading →

Basics, SQL CASE, CASE expression, condition, conditional
5

The WITH clause to the rescue!

Posted on October 29, 2015 by Carlos

This time I’m just writing to tell you a story about the WITH clause, because it is really powerful and vastly underutilized. You can read the basics about the WITH clause in my previous article about subqueries. So, this is… Continue Reading →

SQL efficient, Factoring, optimization, Oracle, performance, query, SQL, Subquery, tuning, WITH clause

Post navigation

Newer Articles

SQL Best Practices

The Standout-Dev Academy is launching an Oracle SQL Best Practices video course.

If that sounds like something you would be interested in, click the link below to learn more.

Don't want to miss any Oracle SQL tips?

Subscribe to the newsletter to make sure you don't miss any content!

Recent Posts

  • How Important is to Format your SQL Code?
  • The SQL Group By Clause
  • The Oracle Multitenant Architecture
  • The FIRST and LAST functions in Oracle SQL
  • Pairwise Comparisons With Subqueries in Oracle SQL

Categories

  • Basics
  • Best Practices
  • Functions
  • Oracle Database
  • SQL
  • SQL Developer
  • Tuning

Archives

  • May 2021
  • March 2019
  • September 2018
  • April 2018
  • January 2017
  • October 2016
  • August 2016
  • June 2016
  • April 2016
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • August 2015
© 2025 Standout-dev. All rights reserved.
Hiero by aThemes
Shares