Skip to content

jdjonathandavies/sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

SQL Tutorials

Brief

These are just some simple SQL tutorials based off this webpage:

https://www.tutorialspoint.com/sql/sql-overview.htm

RDBMS

Relational Database Management System. Data is stored in tables. Tables consist of rows and columns.

Constraints are rules enforced on data columns in a table, they can be things like:

  • NOT NULL
  • DEFAULT
  • UNIQUE
  • ....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors