6:10
DBMS- What is data, database, Database Management System?
Computer Tutorials
11:24
DBMS- Disadvantages of file systems, File Systems vs DBMS, Characteristics of DBMS
4:13
DBMS- Database Users, Database Administrator
4:40
DBMS- Advantages of DBMS, DBMS vs RDBMS
8:31
DBMS- Data model, types, data abstraction, Schema & state, three schema architecture
3:32
DBMS- Database languages, DDL, DML, DCL, TCL
8:27
DBMS- DBMS component modules, DBMS architecture-centralized and client server, 3 tier architecture
2:50
DBMS- Database Design, Requirements gathering, Conceptual, Physical, Logical Design
7:15
DBMS- ER model, Entity, Attribute, Keys
5:06
DBMS- Relationship, roles, binary and ternary relationship, recursive relationship
4:26
DBMS- Constraints on rship, structural constraints, cardinality ratio and participation constraints
2:35
DBMS- Weak entity set, partial key, strong or identifying entity, identifying relationship
8:21
DBMS- ER Model examples- Company model, Publication model, Hospital model
5:49
DBMS- ER Model to relation mapping, entity, 1:1, 1:n, n:m relationship, multivalued attribute
4:43
SQL- Top, Top n percent, Top n with ties, Limit (Offset/ Fetch)
7:24
SQL- aggregate functions, group by, having, having vs where
11:11
SQL- Grouping Sets, Cube, Rollup
3:09
SQL- Customer Segmentation Example
5:27
How to Bucket Data in SQL: Step-by-Step Guide- Meesho Interview question
9:10
Find Employee and Manager Names Using SQL Self Join- Capgemini Interview Question
17:56
Top 5 Customers + Their Purchases (SQL Hack Inside!) Goldman Sachs Interview Question
15:27
SQL Query to see Who Got big Raises! Common Interview Question to understand Year on Year growth
3:38
Mastering Date Functions in SQL | Complete
20:20
Complete Guide to Date Functions in SQL | Hands-on Demo with Queries
6:58
Mastering PIVOT in SQL 🔄 | Dynamic Data Transformation Explained
9:11
SQL Joins Explained with Record Count | INNER, LEFT, RIGHT, FULL & CROSS JOIN
9:06
Find Longest User Session per Month in SQL Server | MSSQL Window Functions Tutorial
5:23
SQL Server String Functions Explained with Examples | SQL Tutorial for Beginners
4:04
SQL Server Numeric Functions with Examples | Complete SQL Tutorial
8:34
SQL Server String Functions Demo with Output | Learn with Live Examples
7:33
SQL Server Numeric Functions Demo with Output | SQL Tutorial for Beginners
7:50
SQL Server String & Numeric Functions Demo with Real Examples and Output
2:54
Master SQL CASE Statements: Grading, Counting Passes & Custom Sorting!
3:06
📊 RANK(), DENSE_RANK(), and ROW_NUMBER() in SQL Explained
3:59
How to Join Tables and Calculate Averages in SQL
5:50
📊 Create and Clean Customer Data with SQL: Full Guide
7:42
SQL Review Data Cleaning: Remove Special Characters and Fix NULLs
3:42
Handling NULLs in SQL Server: ISNULL, COALESCE, NULLIF & More Explained!
8:24
Doctor Appointments in SQL Server: Handle NULLs, Track Follow-Ups & Catch Edge Cases!
3:24
Analyze Product Reviews in SQL Server: Handle NULLs, Categorize Feedback & Catch Incomplete Data!
7:26
Smart SQL Reporting: Grades & Bonus Logic with NULLs, Conditions & Edge Case Handling!
14:21
SQL Joins Explained: INNER JOIN, OUTER JOIN, SELF JOIN with Easy Examples
17:32
Convert SQL Joins into Subqueries | Real Examples and Best Practices
5:51
Master SQL EXISTS Clause | Simple Explanation with Real Examples
4:19
SQL Views Explained in 5 Minutes! | Create, Use & Update Views with Examples
9:51
SQL Set Operations | UNION vs UNION ALL vs INTERSECT vs EXCEPT with Real Examples
5:24
SQL JOINs Made Easy | Real Project Example with Posts, Newsletters & Interactions
9:20
SQL Indexes Explained: Clustered, Non-Clustered & Composite | Simple SQL Tutorial
11:20
SQL Subqueries: IN vs ALL vs ANY vs SOME | Explained with Simple Examples
3:44
Correlated Subqueries in SQL | Simple Explanation with Real Examples
SQL Query Optimization Techniques | Speed Up Your Queries!
6:19
SQL Window Functions Explained | RANK, DENSE_RANK, ROW_NUMBER, LEAD, LAG with Real Examples
5:45
Aggregate Window Functions in SQL | SUM, AVG, COUNT, MIN, MAX with PARTITION BY Explained
7:20
Moving Total in SQL | Window Frame with ROWS BETWEEN 2 PRECEDING AND 1 FOLLOWING
4:10
SQL Value Window Functions | LEAD, LAG, FIRST_VALUE, LAST_VALUE with Practical Examples
10:28
Mastering RANK WINDOW Functions in SQL
3:29
SQL Aggregate Window Functions Infosys Interview Question
2:30
SQL Window Functions: Compare Employee Sales with Department Average | Genpact Interview
2:38
Top N per Group in SQL Using RANK() | Get Top 2 Employees by Department- KPMG Interview Question
2:10
SQL CTE Explained with Real Example | Master Common Table Expressions Easily