SQL tutorial: check data sharing from @arrionknight
The speaker explains how to use SQL to check if data is being shared. He creates two tables, 'Huzz' and 'Sharks', and sets up primary and foreign keys to ensure data integrity. He demonstrates how to create a query to check if the 'Huzz' are going, using sample data and showing how the foreign key constraint prevents incorrect data entry.
Creator: @arrionknight on Instagram
Transcript
This is how you find out if the huhs are going. If you wanna make sure that you're not sharing the huhs, you gotta be using SQL. So the first thing we gotta do, we're gonna create a table called huhs, and we're gonna store the ID, the first name, and the last name of all the huhs there. There. And we make the ID our primary key. This next part is important to see if the huhs are going. So now we're gonna create another table called sharks. And in the sharks table, we're gonna have the shark name
Topics: Tech, Education, Tutorial
124,831 views