Part 1: SQL fundamentals for Data Science
in Data Analytics with SQLAbout this course
Comments (0)
Join the course community. Ask questions, engage with instructors or share your knowledge with peers.
Learn how to install Microsoft SQL Server and SSMS
Download the sample code for your review.
Learn how to create databases.
Learn how to create tables within databases.
Learn how to view tables with the SELECT statement.
Adding new columns to existing tables
Learn how to change the column of an existing column
How to drop or delete columns in a table.
How to rename an existing column in a table
Rename existing tables
Using the DROP statement
Inserting values into tables
Inserting values into tables
Updating records in a table
Update records with the UPDATE statement
Delete records from tables
Using the truncate statement
Delete top N records in a table
Test your knowledge
Introduction to SQL Constraints
Introduction to SQL Constraints
Working with NULL Constraint
Working with UNIQUE Constraint
Working with DEFAULT Constraint
Working with the PRIMARY KEY Constraint
Working with FOREIGN KEY constraint
Working with IDENTITY constraint
Exploring Azure Data Studio Interface
Working with the Query editor
Working with Notebooks
Exploring the datasets
Retrieving data with the SELECT statement
Copy data from one table to another
Select Distinct Values
Apply your skills to a real world data.
Course review