top of page

SQL SAMPLES

Example SQL code showing which products are below the threshold reorder point. 

The code illustrates various concepts in SQL including: joining, temp table, nested SELECT statement, CASE WHEN, CAST, WHERE, and math functions.  

bottom of page