DB-notes
CtrlK
  • README
  • Changelog
  • SQL Technical Interviews
  • Articles
  • CMU
    • Advanced
    • Introduction
      • Buffer Pools + Memory Management
      • Concurrency control theory
      • Database Logging Schemas
      • Database Storage I
      • Database Storage II
      • Hash Tables
      • Intro to Distributed Databases
      • Join Algorithms
      • Multi-Threaded Index concurrency control
      • Multi-version concurrency control
      • Query Execution I
      • Query Execution II
      • Query Planning & Optimization I
      • Query Planning & Optimizing II
      • Sorting & Aggergation
      • TimeStamp Ordering Concurrency control
      • Tree Indexes I
      • Tree Indexes II
      • Two-phase Locking concurrency
  • Datacamp
    • README
    • Building and Optimizing Triggers
      • Trigger Management and Optimization
    • Cleaning Data In SQL Server
    • Database Design
    • README
    • Functions For Manipulating Data
    • README
    • Improving Query Performance
    • Intermediate SQL
    • Intro To Relational DB
      • intro
    • Intro to SQL
    • Intro
    • NoSQL Covered
    • README
    • Time Series Analysis
    • How to Handle T-SQL Errors Properly [Extensive guide]
      • Transcations & Concurrency control (Theory and Practice) in T-SQL - Part 1
    • Writing Stored Procedures And Functions
    • PostgreSQL
      • Cleaning Data in PostgreSQL Databases
      • Creating PostgreSQL Databases
      • Functions for Manipulating Data in PostgreSQL
      • README
      • PostgreSQL Summary Stats and Window Functions
      • Transactions and Error Handling in PostgreSQL
  • ITI Database Notes (Rami)
    • DB - Day1
    • DB - Day2
    • DB - Day3
    • DB - Day4
    • DB - Day5
    • DB - Day6
    • DB - Day7
    • Stored Procedure
  • DB Internals
    • Planetscale Indexing at MySQL
    • The SQL Server Query Optimizer
    • Database Internals book
      • 0. Introduction and overview
      • 1. B-tree Basics
      • 2. File Formats
      • 3. B-Tree Implementation
      • 4. Transaction Processing and Recovery
      • 5. B-tree variants
      • 6. Log Structured Storage
    • Fundamentals of Database Engineering
      • 01 - ACID
      • 02 - Understanding Database Internals
      • 03 - Database Indexing
      • 04- Database Partitioning
      • 05 - Database Sharding
      • 06 - Concurrency Control
      • 07 - Database Replication
      • 08 - Database System Design
      • 09- Database Engines
      • 10 - Database Cursors
      • 11 - Database Security
      • 12 - Homomorphic Encryption - Performing Database Queries on Encrypted Data
  • MongoDB
  • Redis
  • Problem-Solving
  • Problem-Solving
    • leetcode-solutions
      • 1484. Group Sold Products By The Date
        • NOTES
      • 1581. Customer Who Visited but Did Not Make Any Transactions
        • NOTES
      • 1667. Fix Names in a Table
        • NOTES
      • 175. Combine Two Tables
        • NOTES
      • 1757. Recyclable and Low Fat Products
        • NOTES
      • 176. Second Highest Salary
        • NOTES
      • 183. Customers Who Never Order
        • NOTES
      • 1873. Calculate Special Bonus
        • NOTES
      • 196. Delete Duplicate Emails
        • NOTES
      • 584. Find Customer Referee
        • NOTES
      • 595. Big Countries
        • NOTES
      • 627. Swap Salary
        • NOTES
  • datacamp
    • Intro To Relational DB
    • PostgreSQL
Powered by GitBook
On this page
  1. Problem-Solving
  2. leetcode-solutions
  3. 1484. Group Sold Products By The Date

NOTES

​

Previous1484. Group Sold Products By The DateNext1581. Customer Who Visited but Did Not Make Any Transactions

Last updated 10 months ago