Skip to content

Some mini CRUD projects w/ tests, schemas, & recipes that integrates relational databases to various programs.

Notifications You must be signed in to change notification settings

forreya/SQL-database-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL Database Projects

This repository contains the following:

  • Database schemas with at least one or two tables that have one-to-many / many-to-many relationships between them, created using SQL.
  • SQL queries to databases that read data from one table / joins, creates, updates or deletes new records.
  • Integration of relational databases to various programs through test-driven classes which implement CRUD methods and send SQL queries to databases.
  • Programs that communicate with databases, designed by creating sequence diagrams.

How to navigate:

There are two folders, one contains all the mini-programs & challenges I did involving SQL databases & the other was for designing database schemas.

About

Some mini CRUD projects w/ tests, schemas, & recipes that integrates relational databases to various programs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages