All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
1 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
1 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • SQL Server installation, creating entities like database , tables , rows and columns.
  • Covers fundamentals like primary key,foreign key , referential integrity , constraints , normalization ( first , second and third normal forms), Denormalization,OLTP , OLAP, StarSchema and SnowFlake design.
  • Writing DML and DDL query like inner join,left join,right join, outer join, union , co-related queries, union all, alias,case statements,cartesian,ISNULL, aggregate( sum/count),wild card , top, order by, create , insert, bulk insert , update , backup , restore,ISNULL,Coalesce,Row_Number, Partition, Rank ,DenseRank , Pivot and Unpivot.

It has 21 labs which covers the below syllabus.


Lab 1:- Basic Fundamentals Database, Tables, rows and columns.

Lab 2:- Primary key, foreign key, referential integrity and constraints.

Lab 3 :- Database Normalization (1st, 2nd and 3rd normal forms).

Lab 4: - SQL basics(Select, Insert, Update and Delete)

Lab 5 :- DDL (Data definition language) Queries.

Lab 6: - Transactions, Locks and Isolation level in SQL Server.

Lab 7: - ISNULL and Coalesce functions.

Lab 8: - Row_Number, Partition, Rank and DenseRank

Lab 9: - Triggers, inserted and deleted tables

Lab 10: - Instead of and after triggers.

Lab 11: - Denormalization, OLTP and OLAP.

Lab 12: - Understanding Star schema and Snow flake design.

Lab 13: - SQL Server 8 kb pages.

Lab 14 :- Index and performances

Lab 15 :- Page Split and indexes

Lab 16 :- Clustered vs non-clustered

Lab 17: - Stored procedures and their importance.

Lab 18: - Change Data Capture.

Lab 19: - Explain Columnstore Indexes?

Lab 20: - SQL Server agent

Lab 21: - How can we implement Pivot & Unpivot in SQL Server?

  • No experienced required , should have the will to learn :-)
  • Developers who want to become SQL Server developers.
View More...
  • Section 1 : Unpublished Section 21 Lectures 07:04:25

    • Lecture 1 :
    • Lab 1:- Basic Fundamentals Database, Tables, rows and columns. Preview
    • In this lab we see how to create databases , tables , rows , columns and also understand how to use SQL Server management studio.
    • Lecture 2 :
    • Lab 2:- Primary key, foreign key, referential integrity and constraints.
    • 1:- NULLS 2 :- Identity 3 :- Unique key 4 :- Candidates / Primary keys 5 :- Refe Integrity and FK 6 :- Database digrams
    • Lecture 3 :
    • Lab 3 :- Database Normalization (1st, 2nd and 3rd normal forms).
    • 1 :- First, second and third normal forms 2 :- Database design problems 3 :- Duplicate and Redundancy 4 :- Atomic and repeating groups 5 :- Design issues of partial dependency 6 :- Transitional dependency 7 :- Many to Many design
    • Lecture 4 :
    • Lab 4: - SQL basics(Select, Insert, Update and Delete)
    • 1.  SQL Practice 1:- Select all columns and all rows of the table 2.  SQL Practice 2:- Select only needed columns from table. 3.  SQL Practice 3:- Select using a numeric criterion. 4.  SQL Practice 4:- Select using a string criterion. 5.  SQL Practice 5:- Select using AND and OR. 6.  SQL Practice 6:- Sort data using ascending and descending. 7.  SQL Practice 7:- Provide user friendly ALIAS for column names. 8.  SQL Practice 8:- Display unique records from a table. 9.  SQL Practice 9:- Searching using pattern and wildcards. 10. SQL Practice 10:- Create runtime calculated columns. 11. SQL Practice 11:- CASE statements with SQL. 12. SQL Practice 12:- Join data from two SELECTS using UNION and UNION ALL. 13. SQL Practice 13:- Show matching data from two tables.( Inner Join) 14. SQL Practice 14:- Show all records from one table and only matching record from other table. ( Left and Right) 15. SQL Practice 15:- Show all records from matching or unmatching. (FULL outer join). 16. SQL Practice 16:- Show cartersian of two tables( CROSS JOIN) 17. SQL Practice 17:- Writing a complex SQL inner join statement. 18. SQL Practice 18:- Display aggregate values from a table (GROUP BY) 19. SQL Practice 19:- Filter on Aggregate values (HAVING CLAUSE) 20. SQL Practice 20:- Self Join 21. SQL Practice 21:- INSULL 22. SQL Practice 22:- Sub Queries 23. SQL Practice 23:- Co-related Queries 24. SQL Practice 24:- Find Max, Min and Average. 25. SQL Practice 25:- Find the between numeric values. 26. SQL Practice 26:- Dump table data in to new table (SELECT INTO) 27. SQL Practice 27:- Insert data in to table. 28. SQL Practice 28:- Insert bulk data in existing table 29. SQL Practice 29:- Update data in to table. 30. SQL Practice 30:- Delete data from a table. 31. SQL Practice 31:- The SQL designer window.
    • Lecture 5 :
    • Lab 5 :- DDL (Data definition language) Queries.
    • SQL Practice Lab 31 :- Create Database Query SQL Practice Lab 32 :- Create Database with FileName , Size , MaxSize and Growth. SQL Practice Lab 33 :- Backup Database. SQL Practice Lab 34 :- Restore Database. SQL Practice Lab 35 :- Create table SQL Practice Lab 37 :- Alter a table structure drop a existing column. SQL Practice Lab 38 :- Alter a table structure change a existing column. SQL Practice Lab 39 :- Adding validation constraints NOT NULL and UNIQUE SQL Practice Lab 40 :- Check Constraints for data value validation. SQL Practice Lab 41 :- Provide Default values for a table. SQL Practice Lab 42 :-  Creating Primary and Foreign key constraints Designer VS SQL Scripts
    • Lecture 6 :
    • Lab 6: - Transactions, Locks and Isolation level in SQL Server.
    • Chapter 1 :- Defining transactions. Chapter 2 :- Basic syntax Begin , commit & rollback tran Chapter 3:- Nested transaction ,check points & trancount. Chapter 4:- Understanding concurrency and issues associated with it. Chapter 5:- Understanding and demonstrating Exclusive (X) locking. Chapter 6:- Understanding row level locking concept. Chapter 7:- Read committed ,Read Uncommitted mode and NOLOCK . Chapter 8:- sp_lock and sp_who Chapter 9:- Dead lock and demonstration of the same. Chapter 10:- How to stop dead lock ? Chapter 11:- Update locks and how is it different from shared lock. Chapter 12:- Lock heirarchy Chapter 13:- Intent lock Chapter 14 :- ISOLATION LEVEL Chapter 15:- Repeatable read , Dirty reads and Phantom rows Chapter 16:- Locking compatibility matrix Chapter 17:- Conversion locks SIX,SIU and UIX Chapter 18:- ACID properties Revision note
    • Lecture 7 :
    • Lab 7: - ISNULL and Coalesce functions.
    • Lecture 8 :
    • Lab 8: - Row_Number, Partition, Rank and DenseRank
    • Lecture 9 :
    • Lab 9: - Triggers, inserted and deleted tables
    • Lecture 10 :
    • Lab 10: - Instead of and after triggers.
    • Lecture 11 :
    • Lab 11: - Denormalization, OLTP and OLAP.
    • Lecture 12 :
    • Lab 12: - Understanding Star schema and Snow flake design.
    • Lecture 13 :
    • Lab 13: - SQL Server 8 kb pages.
    • Lecture 14 :
    • Lab 14 :- Index and performances
    • Lecture 15 :
    • Lab 15 :- Page Split and indexes
    • Lecture 16 :
    • Lab 16 :- Clustered vs non-clustered
    • Lecture 17 :
    • Lab 17: - Stored procedures and their importance.
    • Lecture 18 :
    • Lab 18: - Change Data Capture.
    • Lecture 19 :
    • Lab 19: - Explain Columnstore Indexes?
    • Lecture 20 :
    • Lab 20: - SQL Server agent
    • Lecture 21 :
    • Lab 21: - How can we implement Pivot & Unpivot in SQL Server?
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

0 Course Views

Courses

My name is Shivprasad Koirala ( thats my young time photo) , I love teaching and learning , I started QuestPond website 15 years back with the one single goal creating quality step by step IT programming related lessons. I saw many lessons online , either they are done too fast or too slow or are too complicated. The main goal of Questpond is to create Step by Step lessons on C#, ASP.NET , Design  patterns , SQL and so on. As years moved on i added other step by step lessons like Angular , Sharepoint , MSBI, Azure and so on.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • infinite-scroll-project-ajax-mysql-api-php-jquery

    Infinite Scroll Project AJAX MySQL ...

    By : Laurence Svekis

    Lectures 19 Beginner 1:26:34
  • learn-to-build-sql-query-ultimate-sql-and-database-concepts

    Learn to Build SQL Query Ultimate S...

    By : Jazeb Akram

    Lectures 24 Beginner 2:11:45
  • sql-server-101-microsoft-sql-server-for-absolute-beginners

    SQL Server 101 : Microsoft SQL Serv...

    By : Rashid Khan

    Lectures 44 Beginner 3:47:42
  • sql-nosql-big-data-and-hadoop

    SQL, NoSQL, Big Data and Hadoop

    By : Michael Enudi

    Lectures 129 All Level 19:51:53

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.