In this lesson which I deliver in my mother tongue, I demonstrate how to create a new database, how to create new tables in a database, how to assign datatypes to table columns, how to create primary key, how to set identity property on columns that have integral datatypes, how to create unique key on table columns to prevent duplicate data from being entered on those columns ,how to create relationships between two tables. I also demonstrate how to use the SQL Server Import And Export wizard to move existing data from one SQL SERVER instance to another. Lastly, I initiate BLAZOR application development using RADZEN.
Source code can be found at https://github.com/benjaminsqlserver/FemiFriendsApp