Explaining SQL basics with slang from @arrionknight
The creator explains basic SQL commands by first stating the problem (not having 'huzz'), then demonstrates how to create a table, explains primary and unique keys, inserts data for 'huzz' and 'chuzz', and finally shows how to query the database to find specific 'chuzz' using a WHERE clause, all while using slang to make the topic more accessible.
Creator: @arrionknight on Instagram
Transcript
You don't got no has because you don't use SQL. You need SQL in order to create a database no you good communicate with the has or even the chas. First thing we're gonna do, we're gonna create a table so we bad store and keep the HUD's data organized. This table, we're gonna store ID, the first name, the phone number, and the description. We're gonna make ID our primary key. And what that does, it stops us from having duplicate IDs in the ID column. And we're gonna make the phone number unique n
650,479 views