Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 962 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 962 Bytes

Year3-Database-Lab

In this class we will learn to ...

  • Populate a database based on given requirements using SQL DDL commands
  • Query a given database using SQL DML commands
  • Connect database with web programming

Dev.to

The detailed explaination is written in the Dev.to website. You can click the link of each lab below to go to that post!

  • Lab1 - This post talks about basic SQL Server commands.
  • Lab2 - This post talks about modifying columns and learning some constraints.
  • Lab3 - This post talks about retrieving data using SQL query.
  • Lab4 - This post talks about JOIN function in SQL.