- Level: Beginner
- Duration: 11h 25m 35s
- Release date: 2021-09-20
- Author: Curtis Norman
- Provider: Udemy
Data Analytics: Intro to SQL using Healthcare Data (SSMS)
This course is a comprehensive introduction to SQL. This course is for everyone! Although we will be learning SQL using Microsoft SQL Server Management Studio the skills learned in this course will easily transfer to other database languages (MySQL) and database management systems (Postgres, Oracle, etc.). The purpose of this course is to help you feel comfortable working with complex data and writing SQL scripts while becoming familiar with healthcare data.It doesn’t matter whether you work in healthcare or not, the examples in this course will help you learn SQL. Individuals who know SQL are in high demand. In fact, the U.S. Bureau of Labor Statistics reported that many SQL experts make over $100,000 per year! Data analytics is a growing field and understanding SQL is essential to becoming an analytics guru.During this course we will:Learn the basics to SQL and Microsoft SQL Server Management StudioWrite complex SQL syntaxCreate Databases and inserting thousands of valuesAnalyze thousands of rows of data – real world healthcare dataPrepare data for visualizations such as PowerBI, Tableau, etc.Design Entity Relationship DiagramsAggregate, format, and modify data using SQL operators and functionsGain experience with Big Data and solving complex questions using dataLearn SQL Joins – working with multiple tables and databasesPractice, Practice, Practice.And much more!
- Introductions27m 19s
- Course Introduction05m 56s
- Welcome!03m 26s
- How to Private Message the Instructor00m 05s
- Introduction to SQL07m 39s
- Database Management Systems01m 40s
- Healthcare Database06m 20s
- SQL Cheat Sheet02m 13s
- Downloading Software10m 14s
- Quick Note about software download00m 39s
- Downloading Microsoft SQL Server Management Studio09m 34s
- Link: Download Microsoft SQL Server Management Studio00m 01s
- Servers and Databases17m 18s
- Section 3 Introduction01m 28s
- Connecting to Server in SSMS01m 38s
- Creating Databases03m 37s
- Code: Creating Databases00m
- Dropping Databases02m 52s
- Code: Dropping Databases00m
- Using Databases02m 07s
- Code: Using Databases00m
- Self Evaluation01m 28s
- Code: Self Evaluation00m
- Self Evaluation Review04m 08s
- Code: Self Evaluation Review00m
- Creating and Inserting into Tables01h 20m 13s
- Section 4 Introduction01m 13s
- Table Structures01m 19s
- Data Types06m 22s
- Creating Tables05m 37s
- Code: Creating Tables00m
- Dropping Tables03m 06s
- Code: Dropping Tables00m
- Inserting Data06m 37s
- Code: Inserting Data00m
- Inserting Multiple Rows of Data06m 20s
- Code: Inserting Multiple Rows of Data00m
- Tables with null values16m 25s
- Code: Tables with null values00m
- Creating Tables with Primary Keys15m 37s
- Code: Creating Tables with Primary Keys00m
- If Object_ID05m 07s
- Code: If Object_ID00m
- Self Evaluation01m 06s
- Code: Self Evaluation00m
- Self Evaluation Review11m 24s
- Code: Self Evaluation Review00m
- Retrieving Data02h 20m 24s
- Section 5 Introduction06m 22s
- **NOTE**00m
- Select Statements, Top 10005m 22s
- Code: Select Statements, Top 10000m
- Distinct Statements03m 16s
- Code: Distinct Statements00m
- Where Clause04m 26s
- Code: Where Clause00m
- And, Or, Not, In, Between within a Where clause11m 54s
- Code: And, Or, Not, In, Between within a Where Clause00m
- Like, Null, Not Null within a Where Clause09m 54s
- Code: Like, Null, Not Null within a Where Clause00m
- Order by06m 01s
- Order by (part 2)01m 41s
- Code: Order by00m
- Aggregate Functions - Count07m 48s
- Code: Aggregate Functions - Count00m
- Group by08m 26s
- Code: Group by00m
- Aggregate Functions - Min and Max05m 46s
- Code: Aggregate Functions - Min and Max00m
- Aggregate Functions - Sum07m 23s
- Code: Aggregate Functions - Sum00m
- Aggregate Functions - Avg05m 30s
- Code: Aggregate Functions - Avg00m
- Alias Names04m 37s
- Code: Alias Names00m
- Concatenation04m 22s
- Code: Concatenation00m
- Additional Where and Having Clause Operators05m 40s
- Code: Additional Where and Having Clause Operators00m
- Having12m 58s
- Code: Having00m
- Case08m 12s
- Code: Case00m
- Self Evaluation06m 59s
- Code: Self Evaluation00m
- Self Evaluation Review13m 47s
- Code: Self Evaluation Review00m
- Jumping Back to Inserting Data (Section 4)01h 09m 14s
- Section 6 Introduction02m 58s
- Code: Section 600m 06s
- Updating Data09m 34s
- Code: Updating Data00m
- Deleting Data02m 54s
- Code: Deleting Data00m
- Truncate Tables01m 49s
- Code: Truncate Tables00m
- Alter Tables13m 39s
- Code: Alter Tables00m
- **NOTE**00m 07s
- Select Into10m 41s
- Code: Select Into00m
- Select Into with Conditions05m 27s
- Code: Select Into with Conditions00m
- Temporary Tables04m 36s
- Code: Temporary Tables00m
- Self Evaluation03m 15s
- Code: Self Evaluation00m
- Self Evaluation Review14m 08s
- Code: Self Evaluation Review00m
- Joining Tables01h 08m 41s
- Section 7 Introduction04m 03s
- Primary Key Review04m 23s
- Relational Databases08m 54s
- Data Relationships06m 49s
- Setting up our Practice Data07m 06s
- **NOTE**00m 04s
- Inner Joins09m 25s
- Code: Inner Joins00m
- Left Joins06m 06s
- Code: Left Joins00m
- Right Joins06m 35s
- Code: Right Joins00m
- Foreign Keys02m 51s
- Foreign Key Constraints09m 33s
- Code: Foreign Key Constraints00m
- Review Cheat Sheet02m 48s
- No Self Evaluation00m 04s
- Other Functions01h 11m 02s
- Section 8 Introduction05m 39s
- Round04m 21s
- Code: Round00m
- Convert and Cast06m 58s
- Code: Convert and Cast00m
- Format05m 19s
- Code: Format00m
- Upper and Lower02m 15s
- Code: Upper and Lower00m
- Isnull04m 12s
- Code: Isnull00m
- Nullif07m 01s
- Code: Nullif00m
- Inner Queries07m 02s
- Code: Inner Queries00m
- Stored Procedures05m 55s
- Code: Stored Procedures00m
- Updating Data using another Table04m 25s
- Code: Updating Data using another Table00m
- Constraints10m 36s
- Code: Constraints00m
- Left and Right04m 09s
- Code: Left and Right00m
- Trim02m 17s
- Code: Trim00m
- Section 8 Conclusion00m 53s
- Real-world practice using Healthcare Data01h 28m 01s
- Section 9 Introduction02m 42s
- Healthcare Example using data10m 02s
- Review Entity Relationship Diagram04m 45s
- Healthcare_DB ERD00m
- Data Dictionary11m 27s
- Healthcare_DB Review in Excel04m 08s
- Create Healthcare Database and Tables03m 54s
- Upload data into SSMS10m 38s
- Creating Primary and Foreign Key Relationships06m 12s
- Do not Drop Healthcare_DB or Tables01m 04s
- Healthcare Example in SQL21m 57s
- Code: Healthcare Example in SQL00m
- Introduction to Healthcare Finance11m 09s
- Link to Healthcare Finance Course00m 03s
- Healthcare Finance Example00m
- Practice, Practice, Practice01h 53m 09s
- Section 10 Introduction02m 42s
- Easy: Question 100m
- Answer: Question 102m 08s
- Easy: Question 200m
- Answer: Question 202m 02s
- Easy: Question 300m
- Answer: Question 301m 35s
- Intermediate: Question 400m
- Answer: Question 403m 55s
- Intermediate: Question 500m
- Answer: Question 503m 02s
- Intermediate: Question 600m
- Answer: Question 603m 08s
- Intermediate: Question 700m
- Answer: Question 706m 15s
- Intermediate: Question 800m
- Answer: Question 806m 44s
- Easy: Question 900m
- Answer: Question 905m 54s
- Easy: Question 1000m
- Answer: Question 1012m 21s
- Hard: Question 1100m
- Answer: Question 1112m 55s
- Intermediate: Question 1200m
- Answer: Question 1207m 47s
- Hard: Question 1300m
- Answer: Question 1312m 04s
- Hard: Question 1400m
- Answer: Question 1423m 01s
- Easy: Question 1500m
- Answer: Question 1505m 12s
- Make your own Question01m 42s
- **Note** Sending Private message00m 05s
- THANK YOU!00m 37s
- Automation Anywhere: The Big Picture
- Say Goodbye To Bad Energy!
- Make Money from Metaverse : Great Career and Business Ideas
- Complete Guide to Candlesticks Patterns
- Form I-9 Training for the Notary
- Introduction to Music Production
- Microsoft Endpoint Manager: Inventory, Queries/Collections, and CMPivot with MECM
- Transference of Consciousness and the Grain of Sand
- Exam Review and Tips for SSCP®
- Project Management Foundations: Quality
- Ember.js: The Documentary
- GraphQL: The Documentary
- AWS Certified Solutions Architect - Professional (SAP-C01) Cert Prep: 1 Design for Organizational Complexity
- CCSP Cert Prep: 4 Cloud Application Security
- What Business Leaders Need to Know about Web3 (+ Metaverse)
- Building No-Code Apps with AppSheet: Implementation
- Automation Anywhere: The Big Picture
- Protective Technology with Apache Kafka
- Coding for Visual Learners: Learning JavaScript from Scratch
- StringBuilder Internals