Changes between Version 2 and Version 3 of SQL


Ignore:
Timestamp:
01/21/25 22:41:55 (5 weeks ago)
Author:
163080
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SQL

    v2 v3  
    1 === Advanced SQL Queries and Reports for Invoices
     1== Advanced SQL Queries and Reports for Invoices
    22
    3 == 1. Report: Total Revenue Generated by Each Company in the Last Year
     3=== 1. Report: Total Revenue Generated by Each Company in the Last Year
    44
    55{{{
     
    1919}}}
    2020
    21 == 2. Report: Invoices Issued to Each Client and Their Total Amount
     21=== 2. Report: Invoices Issued to Each Client and Their Total Amount
    2222{{{
    2323SELECT
     
    3535}}}
    3636
    37 == 3. Report: List of Overdue Invoices
     37=== 3. Report: List of Overdue Invoices
    3838{{{
    3939SELECT
     
    5454}}}
    5555
    56 == 4. Report: Clients with the Highest Invoice Payments
     56=== 4. Report: Clients with the Highest Invoice Payments
    5757{{{
    5858SELECT
     
    7272}}}
    7373
    74 == 5. Report: Outstanding Invoices by Each Client
     74=== 5. Report: Outstanding Invoices by Each Client
    7575{{{
    7676SELECT
     
    9090}}}
    9191
    92 == 6. Report: Monthly Invoice Revenue
     92=== 6. Report: Monthly Invoice Revenue
    9393{{{
    9494SELECT
     
    117117}}}
    118118
    119 == 8. Report: Invoices with the Most Line Items
     119=== 8. Report: Invoices with the Most Line Items
    120120{{{
    121121SELECT
     
    144144}}}
    145145
    146 == 10. Report: Invoices with Discounts Applied
     146=== 10. Report: Invoices with Discounts Applied
    147147{{{
    148148SELECT