Skip to content

liangchenn/sql-learning-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL Learning Note

This repo is used to record all my solutions and learning note from Leetcode Database Problems

File

Description

  • The solution/ directory will contain 3 levels of problems according to Leetcode difficulty
  • note directory will contain note and thought on some problems
  • notebook contains the notebooks which testing some query using python
  • util contains some utility functions for implement solution in python

Tree View

├── README.md
├── note
├── notebook
├── solution
│   ├── easy
│   ├── hard
│   └── medium
└── util

About

A SQL learning note

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages