How to Restore a SQL Server Database on macOS Using Docker
January 28, 2022
In this video, I’ll show you how to create a Microsoft SQL Server instance using Docker, connect to SQL Server using a program called SQL Operations Studio, and restore a copy of the AdventureWorks2016.bak database. Finally, I’ll show you how to restart an inactive SQL Server container in Docker.
Overview Part 1: In this video, I'll talk about the "Logical Data Modeling", one of the three stages of database design: Conceptual data modeling Logical data modeling Physical data modeling Part 2: Three Types of Relationships in Databases Using ERD Diagram Part 3: Entity-Relationship Design (ERD) Demo Step-by-Step https://youtu.be/nzUaNyyN9jk
Normalization is the process of eliminating redundancies and decomposing relations with anomalies to produce smaller, well-structured relations. In this lecture, we will learn the concepts and processes of normalization. Then we will do a step-by-step walkthrough to normalize an unnormalized table. First Normal Form (1NF) In all tables look for…
Overview Part 2: In this video, I'll briefly go over the three common types of relationships between two tables in rDBMS: one-to-one, one-to-many, many-to-many. I'll explain this using simple ERD diagrams. Part 1: Database Logical Data Modeling Part 3: Entity-Relationship Design (ERD) Demo Step-by-Step https://youtu.be/nzUaNyyN9jk