Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
21.3K+ articles
Misc
8.5K+ articles
Difference Between
3.5K+ articles
Databases
2.2K+ articles
How To
1.7K+ articles
DBMS
1.6K+ articles
SQL
1.5K+ articles
DBMS-SQL
527+ articles
mysql
330+ articles
SQL-Server
319+ posts
Recent Articles
Popular Articles
How to Return Random Rows Efficiently in SQL Server?
Last Updated: 25 January 2022
In this article, we are going to learn an SQL Query to return random rows efficiently. To execute the query, we are going to first create a table and add data into it. We ...
read more
SQL
Picked
SQL-Server
How to Save Results With Headers in SQL Server Management Studio?
Last Updated: 25 January 2022
In this article, we will be looking at how to save results with headers in SQL server management studio. We will be first creating a table to insert data into it, and then...
read more
SQL
Picked
SQL-Server
Displaying the Employees in Increasing Order of their Salaries in SQL Server
Last Updated: 26 May 2023
In SQL, we need to find out the department-wise information from the given table containing information about employees. One such data is the name of the department having...
read more
SQL
Picked
SQL-Server
SQL-Query
Displaying the Employees in Decreasing Order of their Salaries in SQL Server
Last Updated: 26 May 2023
In SQL, we need to find out the department-wise information from the given table containing information about employees. One such data is the details of the employees sort...
read more
SQL
Picked
SQL-Server
SQL-Query
Displaying Department Name Having Least Number of Employees in SQL Server
Last Updated: 25 May 2023
In SQL, we need to find out the department-wise information from the given table containing information about employees. One such data is the name of the department having...
read more
SQL
Picked
SQL-Server
SQL-Query
Displaying Department Name Having Most Number of Employees in SQL Server
Last Updated: 26 May 2023
In SQL, we need to find out the department-wise information from the given table containing information about employees. One such data is the name of the department having...
read more
SQL
Picked
SQL-Server
SQL-Query
Displaying Department Name Having Highest Average Salary in SQL Server
Last Updated: 26 May 2023
In SQL, we need to find out the department-wise information from the given table containing information about employees. One such data is the name of the department having...
read more
SQL
Picked
SQL-Server
SQL-Query
How to Import and Export SQL Server Database?
Last Updated: 16 August 2024
Creating and managing a SQL Server database is an essential skill for database administrators and developers. In this article, We will go through the process of setting up...
read more
SQL
Picked
SQL-Server
Databases
How to Install SQL Server on Azure VM?
Last Updated: 30 March 2023
Microsoft Azure provides us with multiple database services which help us to run popular relational database management systems, like MySQL, SQL Server, and PostgreSQL in ...
read more
Picked
How To
Microsoft Azure
Installation Guide
DevOps
SQL-Server
how-to-install
Multi-Statement Table Valued Function in SQL Server
Last Updated: 16 May 2023
In SQL Server, a multi-statement table-valued function (TVF) is a user-defined function that returns a table of rows and columns. Unlike a scalar function, which returns a...
read more
Misc
SQL
SQL-Server
How to Find Most Frequent Value in Column in SQL?
Last Updated: 02 July 2024
To find the most frequent value in a column in SQL, use the COUNT() function to get a count of each unique value, sort the result in descending order, and select the first...
read more
SQL
How To
SQL-Server
How to Turning a Comma Separated String into Individual Rows in SQL Server?
Last Updated: 11 April 2023
Given a column in the table having strings with comma-separated values. The task is to split all the comma-separated values and insert them as new rows.So, let's start by ...
read more
Misc
SQL
SQL-Server
How To Find the Sum of Digits in a String in SQL Server?
Last Updated: 11 April 2023
Given a string with digits and characters. The task is to find the sum of digits in that string.So, let's start by creating a database first.Step 1: Create a Database.Quer...
read more
Misc
SQL
SQL-Server
Service Broker in SQL Server
Last Updated: 26 July 2024
A service broker is a framework that helps applications exchange messages containing the information required to complete the task. It was introduced in MSSQL 2005 and is ...
read more
Misc
SQL
SQL-Server
Databases
SQL Server Between Operator
Last Updated: 01 December 2023
In SQL Server, BETWEEN Operator is used to filter data within a specified range. It allows you to retrieve records where a column's value falls within a certain range of v...
read more
Picked
Geeks Premier League
SQL-Server
Geeks Premier League 2023
SQL Server
Databases
1
2
3
4
...
22
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !