У нас вы можете посмотреть бесплатно How to Create SQL Code from a Database Design или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
📝 Get my free SQL Cheat Sheets: https://databasestar.mykajabi.com/lpk... 🎓 Turn your idea into a real database: https://databasestar.mykajabi.com/edd... If you’ve got a database design, which shows tables, columns, and their relationships, the next step is to create them on a database. In this video, I’ll explain how to take a database design, write some Create Table statements to create tables, add primary and foreign keys, and insert some data into these tables. The concepts work for a small database like this one as well as larger databases. This video uses MySQL and MySQL Workbench, but you can use any database and editor you like. Timestamps: 00:00 Our design 00:53 Create the first tables 03:53 Create the remaining tables 06:03 Add primary keys 07:27 Add foreign keys 08:44 Run the SQL statements 10:01 Insert data