TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL
FOLLOW
Learn SQL, a language to query and manipulate relational database management systems.
Articles
(398)
Blogs
(505)
Resources
(18)
Videos
(9)
News
(4)
Articles
Understanding Distributed and Monolithic SQL Architectures
In this article, we explore the key differences between distributed and monolithic SQL architectures. We delve into their respective advantages and disadvantages, focusing on scalability, performan...
Nitin Pandit
Nov 05, 2024
ER Diagram
This article is about ER Diagram.
George
Aug 17, 2024
How to Use a Cursor in SQL?
A cursor in SQL is a database object that allows row-by-row processing of query results. It enables you to iterate through a result set, perform operations on each row, and manage data more efficie...
Hamed Niazmand
Oct 03, 2024
Making subquery workable
This article discusses Making subquery workable
George
Jul 20, 2024
Interesting Query (3) --- Get Rolling Average
This article will discuss Interesting Query (3) --- Get Rolling Average
George
Jul 19, 2024
Relations between Dataset in DBMS
A relationship in DBMS links two or more data sets. This article explores types of relationships: one-to-one, one-to-many, and many-to-many, and their implementations in databases.
George
Jun 12, 2024
SQL: Not Using Aggregate Function in WHERE Clause, instead, Using HAVING Clause
This article will discuss the issue that SQL: Not Using Aggregate Function in WHERE Clause, instead, Using HAVING Clause
George
May 28, 2024
Temporary Tables vs Table Variable in SQL Server
In this article you will learn about Temporary Tables and Table Variables in SQL Server 2008. Temporary tables come in two types: Local (prefixed with "#", accessible only to the current ...
Yogesh Bajpai
May 04, 2013
SQL Subqueries: Correlated, Scalar, and EXISTS/NOT EXISTS
Subqueries in SQL are powerful tools for complex queries. They include correlated subqueries, which depend on the outer query’s results, scalar subqueries that return single values, and EXISTS/NOT ...
Priya Chavadiya
Sep 04, 2024
Learn Common Table Expressions (CTE) in SQL
Common Table Expressions (CTEs) in SQL are a powerful tool for simplifying complex queries. They allow you to create temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or...
Priya Chavadiya
Sep 04, 2024
Inner Join vs Cross Apply and Left Outer Join vs Outer Apply
In SQL, INNER JOIN and CROSS APPLY differ in functionality; INNER JOIN merges rows based on a condition, while CROSS APPLY uses a table-valued function for dynamic row operations. LEFT OUTER JOIN i...
Uday Dodiya
Aug 28, 2024
Understanding the NTILE Window Function in SQL
Understanding the NTILE Window Function in SQL" delves into the NTILE function, a powerful SQL tool used to divide result sets into a specified number of roughly equal groups.
Lokendra Singh
Aug 07, 2024
VIEW in SQL with example
SQL Views act as virtual tables based on predefined queries, streamlining data access and management. They eliminate the need to rewrite complex joins or aggregations in your applications. Views en...
Sreenath Kappoor
Jun 14, 2024
Understanding ROW_NUMBER() in SQL Window Functions
ROW_NUMBER() is a window function in SQL that assigns a unique number to each row within a partition of a result set. It’s useful for ranking, removing duplicates, pagination, and selecting the top...
Lokendra Singh
Aug 02, 2024
SQL Essentials: GROUP BY vs. PARTITION BY Explained
Discover how GROUP BY aggregates data into summary rows, while PARTITION BY divides data into partitions for window functions. Master these techniques to enhance your SQL querying skills.
Ajay Kumar
Jul 26, 2024
SQL Performance (2), Optimized SELECT Query (B)
This article discuss SQL performance on optimizing SELECT Query, Second Part.
George
May 17, 2021
Understanding the SQL Query Execution Order
SQL (Structured Query Language) is essential for interacting with relational databases, and mastering its intricacies can significantly enhance your data querying skills. One of the fundamental asp...
Jitendra Mesavaniya
Jul 22, 2024
Interesting Query (2) --- Whtch Manager has no Employee with
This article will discuss interesting queries, more.
George
Dec 23, 2022
Interesting Query (1) --- Find Second Highest Salary
This article will discuss several most popular, complex, and interesting SQL queries and their solutions.
George
Jun 01, 2021
SQL- Self Join And Group By
This article will discuss SQL: Self Join and Group by.
George
May 29, 2021
No Records Available.
View More
Mastering SQL
Challenge yourself
SQL Skill
E-Book Download
Get Certified
CSS