All Projects → XD-DENG → Sql Exercise

XD-DENG / Sql Exercise

Practice with "Real" SQL Problems

Labels

Projects that are alternatives of or similar to Sql Exercise

Csvq
SQL-like query language for csv
Stars: ✭ 804 (-3.94%)
Mutual labels:  sql
Zltoolkit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
Stars: ✭ 838 (+0.12%)
Mutual labels:  sql
Node Jl Sql Api
SQL for JS objects streams
Stars: ✭ 19 (-97.73%)
Mutual labels:  sql
Typeorm
TypeORM module for Nest framework (node.js) 🍇
Stars: ✭ 807 (-3.58%)
Mutual labels:  sql
Nutes
SQL import of USDA nutrient database
Stars: ✭ 6 (-99.28%)
Mutual labels:  sql
Sql Streams
Painless low level jdbc abstraction using the java 8 stream api.
Stars: ✭ 17 (-97.97%)
Mutual labels:  sql
Privesc
A collection of Windows, Linux and MySQL privilege escalation scripts and exploits.
Stars: ✭ 786 (-6.09%)
Mutual labels:  sql
Databook
A facebook for data
Stars: ✭ 26 (-96.89%)
Mutual labels:  sql
Efcore.pg
Entity Framework Core provider for PostgreSQL
Stars: ✭ 838 (+0.12%)
Mutual labels:  sql
Reiner
萊納 - A MySQL wrapper which might be better than the ORMs and written in Golang
Stars: ✭ 19 (-97.73%)
Mutual labels:  sql
Records
SQL for Humans™
Stars: ✭ 6,761 (+707.77%)
Mutual labels:  sql
Xojo Sqlbuilder
Xojo classes to build a SQL statement
Stars: ✭ 6 (-99.28%)
Mutual labels:  sql
Hana sql exporter
SAP Hana SQL Exporter for Prometheus
Stars: ✭ 18 (-97.85%)
Mutual labels:  sql
Ezsql
PHP class to make interacting with a database ridiculusly easy
Stars: ✭ 804 (-3.94%)
Mutual labels:  sql
Jet Bridge
Jet Bridge – Admin Panel Framework for your application
Stars: ✭ 904 (+8%)
Mutual labels:  sql
Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (-5.38%)
Mutual labels:  sql
Parquet Generator
Parquet file generator
Stars: ✭ 16 (-98.09%)
Mutual labels:  sql
Massive
A Module for Utilizing MassiveJS with NestJS
Stars: ✭ 27 (-96.77%)
Mutual labels:  sql
Databases workshop
RCS Intro to Databases workshop materials
Stars: ✭ 25 (-97.01%)
Mutual labels:  sql
Qolor
An atom package to color your queries!
Stars: ✭ 18 (-97.85%)
Mutual labels:  sql

SQL-exercise

Schemas, Questions & Solutions for SQL Exercising

Introduction

The schemas and questions are

[1] from Wikibook SQL Exercises [https://en.wikibooks.org/wiki/SQL_Exercises]. Solutions are from both this Wikibook and me (exercise 1-8). I also added some questions by myself.

or

[2] given by me using some practical examples I encountered (exercise 9-10).

Repository Structure

The repo structure is like below:

SQL-exercise
└───SQL_exercise_1
└───......
└───SQL_exercise_*
    │   *_schema_figure.png
    │   *_build_schema.sql
    │   *_questions_and_solutions.sql

└───......

License

Please note this repostory is under the Creative Commons Attribution-ShareAlike License[https://creativecommons.org/licenses/by-sa/3.0/].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].