Mastering SQL Query With SQL Server
Mastering SQL Query With SQL Server, available at $74.99, has an average rating of 4.5, with 110 lectures, 1 quizzes, based on 389 reviews, and has 24948 subscribers.
You will learn about 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 This course is ideal for individuals who are Any students Plan to Get Certified AS 70-461 or Those Who Are Planing To Clear Exam 70-461 "Querying Microsoft SQL Server 2012/2014" It is particularly useful for Any students Plan to Get Certified AS 70-461 or Those Who Are Planing To Clear Exam 70-461 "Querying Microsoft SQL Server 2012/2014".
Enroll now: Mastering SQL Query With SQL Server
Summary
Title: Mastering SQL Query With SQL Server
Price: $74.99
Average Rating: 4.5
Number of Lectures: 110
Number of Quizzes: 1
Number of Published Lectures: 108
Number of Published Quizzes: 1
Number of Curriculum Items: 111
Number of Published Curriculum Objects: 109
Original Price: $89.99
Quality Status: approved
Status: Live
What You Will 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
Who Should Attend
- Any students Plan to Get Certified AS 70-461
- Those Who Are Planing To Clear Exam 70-461 "Querying Microsoft SQL Server 2012/2014"
Target Audiences
- Any students Plan to Get Certified AS 70-461
- Those Who Are Planing To Clear Exam 70-461 "Querying Microsoft SQL Server 2012/2014"
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;
-
ALTER;
-
DROP;
-
ALTER COLUMN;
-
CREATE
-
-
-
Create and modify constraints (simple statements)
-
Create constraints on tables; define constraints;
-
unique Key constraints.
-
Default constraints.
-
Primary Key constraints.
-
Foreign key constraints
-
Not Null constraints.
-
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.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Topics
Lecture 2: How to use udemy
Chapter 2: Basics Of DBMS
Lecture 1: Introduction To This Module
Lecture 2: What is Data ?
Lecture 3: What is Database? & How To Design A Simple Database ?
Lecture 4: Why We Need A DBMS Software ?
Lecture 5: What Is The Use SQL Scripting Language ?
Lecture 6: Summary Of This Module
Chapter 3: How To Install SQL Server (Laptop)
Lecture 1: Different SQL Server Installation Options (Cloud and On Premise)
Lecture 2: Install SQL Server
Lecture 3: Install SQL Server Management Studio
Lecture 4: Connect To SQL Server by Using SQL Server management Studio
Chapter 4: How To Use Azure SQL For SQL Server
Lecture 1: Create Free Azure Account
Lecture 2: SQL Server In Cloud (Azure)
Lecture 3: Create Azure SQL Server DB
Lecture 4: Connect To Azure SQL Server DB From SSMS
Lecture 5: Delete Azure SQL Data Base
Chapter 5: Design Your First Database
Lecture 1: Introduction To Designing A Database
Lecture 2: Create A Databse
Lecture 3: Create Tables Inside A Database
Lecture 4: Insert Data Into A Tables
Lecture 5: Insert Data Into A Tables Part 2
Lecture 6: Retrieve Saved Data From A Database
Lecture 7: Retrieve Saved Data From A Database Part 2
Lecture 8: Update Records Saved in A Table
Lecture 9: Remove Data From A Table
Lecture 10: Remove Tables From A Database
Lecture 11: Summary Of This Module
Chapter 6: Task 1: Check Your Understanding
Lecture 1: Task 1
Lecture 2: Solution For Task 1: Part 1
Lecture 3: Solution For Task 1: Part 2
Lecture 4: Solution For Task 1: Part 3
Lecture 5: Solution For Task 1: Part 4
Lecture 6: Solution For Task 1: Part 5
Lecture 7: Solution For Task 1: Part 6
Lecture 8: Solution For Task 1: Part 7
Lecture 9: Solution For Task 1: Part 8
Chapter 7: Types OF SQL Statements
Lecture 1: Interview Question: Different Types Of SQL Statements
Chapter 8: Fundamentals Of DQL Statements
Lecture 1: Basics Of SQL Select Statement & Derive New Data
Lecture 2: Literal Select Statement
Lecture 3: Select Distinct Data From A Table
Lecture 4: Select Specific Data With Where Conditions
Lecture 5: How To Use In Operate In SQL Where Condition
Lecture 6: How To Use Between Operator In SQL Where Condition
Lecture 7: How To Retrieve Null Values Using SQL Where Conditions
Lecture 8: How To Select Values From A Table That Are Not Equal To Some Values
Lecture 9: How To Use Like Operator In Where Clause
Lecture 10: Sort Data By Using Order By
Lecture 11: How To Use The SQL Server OFFSET FETCH Clauses To Limit The Number Of Rows ?
Chapter 9: Introduction To SQL Constrains
Lecture 1: What Is Constrain? How To Use It ? When We Need SQL Constrains ?
Lecture 2: Use Of Not Null Constrains
Lecture 3: How To Use Unique Constrains Part 1
Lecture 4: How To Use Unique Constrains Part 2
Lecture 5: How To Use Check Constraint In SQL Server?
Lecture 6: How To Use Default Constrains In SQL Server
Lecture 7: Use Of Primary Key In SQL Server
Lecture 8: Use IDENTITY Keyword To Perform An Auto-Increment Feature With Primary Key
Lecture 9: SQL FOREIGN KEY Constraint (Used To Link Two Tables Together)
Chapter 10: Aggregate Function In SQL Server
Lecture 1: Aggregate Functions Like Min, Max, Sum, Avg and Count in Select With Group By
Chapter 11: Join In SQL
Lecture 1: What Is SQL Join and Different Types Of Join
Lecture 2: Inner Join
Lecture 3: Outer Joins (Full / Left & Right Joins in SQL)
Chapter 12: Union and Union All
Lecture 1: How To Use Union to Combine Data from Multiple Tables
Chapter 13: Introduction To Stored Procedure In SQL Server
Lecture 1: Use Stored Procedure To Save Your Code And Reuse Old code
Lecture 2: Use Single and Multiple Parameters With Stored Procedure
Chapter 14: String Functions In SQL Server
Lecture 1: SQL Server String Functions
Lecture 2: Ascii Vs Char String Functions
Lecture 3: Lower & Upper String Functions
Lecture 4: Left & Right String Functions In SQL
Lecture 5: Ltrim & Rtrim String Functions
Lecture 6: Replace and Reverse String Functions
Lecture 7: Substring & Charindex Functions
Chapter 15: Building Globally Distributed Databases with Cosmos DB
Lecture 1: Introduction
Lecture 2: Create an Azure Cosmos DB database & Save Data Using Json
Lecture 3: Query Data in Your Azure Cosmos DB Database Using SQL
Chapter 16: Interview Questions :: Short Answer
Lecture 1: Question 1 and Answer
Lecture 2: Question 2 and Answer
Lecture 3: Question 3 and Answer
Chapter 17: Common SQL Interview Questions And Answers
Lecture 1: First Set of Questions And Answers
Lecture 2: Question 1 and Answer
Lecture 3: Question 2 and Answer
Lecture 4: Question 3 and Answer
Lecture 5: Question 4 and Answer
Instructors
-
Step2C Education
100000+ Enrollments | 4+ Rated | 190+ Countries
Rating Distribution
- 1 stars: 16 votes
- 2 stars: 20 votes
- 3 stars: 83 votes
- 4 stars: 133 votes
- 5 stars: 137 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple