Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2020-12-08 14:02:28
30-Day Money-Back Guarantee

This course includes:

  • 8.5 hours on-demand video
  • 19 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Database Design & Development SQL Server

Mastering SQL Query With SQL Server

Querying Microsoft SQL Server , Azure SQL DB & Cosmos DB
Rating: 3.9 out of 53.9 (311 ratings)
24,837 students
Created by Step2C Education
Last updated 11/2020
English
30-Day Money-Back Guarantee

What you'll learn

  • How To Create Tables In A Database Using SQL statements
  • How To Create Tables In A Database Using SQL SSMS
  • Why We Need To Create Multiple Tables
  • Building Globally Distributed Databases with Cosmos DB
  • How To Insert Data Into A tables
  • How To Updated Saved Data Using Update Statements
  • How To Remove unwanted Data from Table Using SQL
  • Different Ways To Retentive Data Saved In A Table
  • Cover Most Frequently Asked Interview Questions And Answers
  • How To Use SELECT, FROM, WHERE, ORDER BY

Course content

19 sections • 103 lectures • 8h 31m total length

  • Preview04:11
  • Preview01:29

  • Preview00:42
  • What is Data ?
    01:32
  • What is Database? & How To Design A Simple Database ?
    06:39
  • Why We Need A DBMS Software ?
    02:25
  • What Is The Use SQL Scripting Language ?
    02:10
  • Preview00:53

  • Preview03:16
  • Install SQL Server
    06:45
  • Install SQL Server Management Studio
    01:56
  • Connect To SQL Server by Using SQL Server management Studio
    02:50

  • Create Free Azure Account
    04:50
  • Preview02:15
  • Create Azure SQL Server DB
    04:58
  • Connect To Azure SQL Server DB From SSMS
    03:40
  • Delete Azure SQL Data Base
    01:44

  • Preview04:25
  • Preview03:54
  • Preview04:47
  • Insert Data Into A Tables
    02:37
  • Insert Data Into A Tables Part 2
    01:50
  • Retrieve Saved Data From A Database
    03:44
  • Retrieve Saved Data From A Database Part 2
    02:47
  • Update Records Saved in A Table
    03:03
  • Remove Data From A Table
    02:05
  • Remove Tables From A Database
    02:09
  • Summary Of This Module
    02:55

  • Task 1
    05:44
  • Solution For Task 1: Part 1
    02:05
  • Solution For Task 1: Part 2
    03:26
  • Solution For Task 1: Part 3
    04:35
  • Solution For Task 1: Part 4
    07:27
  • Solution For Task 1: Part 5
    02:23
  • Solution For Task 1: Part 6
    03:27
  • Solution For Task 1: Part 7
    01:26
  • Solution For Task 1: Part 8
    01:22

  • Preview07:23

  • Basics Of SQL Select Statement & Derive New Data
    08:54
  • Literal Select Statement
    03:31
  • Select Distinct Data From A Table
    05:19
  • Select Specific Data With Where Conditions
    04:42
  • Preview03:19
  • How To Use Between Operator In SQL Where Condition
    01:54
  • How To Retrieve Null Values Using SQL Where Conditions
    03:00
  • How To Select Values From A Table That Are Not Equal To Some Values
    03:38
  • How To Use Like Operator In Where Clause
    16:08
  • Sort Data By Using Order By
    04:08
  • Preview02:34

  • What Is Constrain? How To Use It ? When We Need SQL Constrains ?
    06:54
  • Use Of Not Null Constrains
    03:41
  • How To Use Unique Constrains Part 1
    02:44
  • How To Use Unique Constrains Part 2
    02:34
  • How To Use Check Constraint In SQL Server?
    06:11
  • How To Use Default Constrains In SQL Server
    02:12
  • Use Of Primary Key In SQL Server
    06:30
  • Use IDENTITY Keyword To Perform An Auto-Increment Feature With Primary Key
    06:17
  • Preview06:42

  • Aggregate Functions Like Min, Max, Sum, Avg and Count in Select With Group By
    09:29

Requirements

  • This course is designed for everyone, no prior knowledge of SQL Server required.
  • You need a computer/Laptop
  • You need to install MS SQL Server 2012 or above version (Optional)
  • Internet Connection To Watch This videos

Description

This Course cover first two modules of 70-461 (Querying Microsoft SQL Server 2012/2014).

Topics we covered:

  • Create and alter tables using T-SQL syntax (simple statements):

    • Create tables without using the built in tools;

      1. ALTER;

      2. DROP;

      3. ALTER COLUMN;

      4. CREATE

  • Create and modify constraints (simple statements)

    • Create constraints on tables; define constraints;

      1. unique Key constraints.

      2. Default constraints.

      3. Primary Key constraints.

      4. Foreign key constraints

      5. Not Null constraints.

      6. Check constraints.

  • Query data by using SELECT statements:

    • Use the ranking function to select top(n) rows;

    • Restrict data using where conditions

      • IN Operators.

      • Between Operators.

      • Like Operators.

      • Conditional Operators.

      • Combine multiple conditions using AND / OR / NOT.

    • Sort Data using Order By clause:

      • Sort Data ascending and descending order.

      • Restrict Sorted Data Using Offset Fetch.

  • Modify data by using INSERT, UPDATE, and DELETE statements:

    • Insert data into a table using insert statement.

    • Insert data using SQL server management studio.

    • Remove data using Delete statements.

    • Remove data using SQL server management Studio.

    • Remove data using Truncate statement.

    • Update data using Update statements.

    • Update data using SQL server management studio.

This course provide 30-day money back guarantee. So if you don't like the course, you could ask for refund.


Who this course is for:

  • Any students Plan to Get Certified AS 70-461
  • Those Who Are Planing To Clear Exam 70-461 "Querying Microsoft SQL Server 2012/2014"

Instructor

Step2C Education
50,000+ Enrollments | 4+ Rated | 190+ Countries
Step2C Education
  • 3.9 Instructor Rating
  • 1,315 Reviews
  • 58,156 Students
  • 17 Courses

This account is managed by Step2c Education. We create high-quality technology training content. We aim to teach technology the right way but at the same time putting emphasis on each of our students.

Our instructors have over 10 years of experience so our courses include their practical experience that can help students to learn and master cloud computing and ETL process.

We've been teaching for 10+ years. Now my focus is on Udemy. It's our mission to bring you the best training for cloud computing.

We have a team that includes a web developer, database developer, database architecture, data scientist, data visualization expert. software engineers, python developers.

For more information and for any one on one training please visit our website.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.