Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About SQL queries
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pankaj Kumar Choudhary (4)
Akshay Phadke (2)
Jay Smith (1)
Mahesh Alle (1)
Jignesh Trivedi (1)
Rakesh Kalluri (1)
Sathya N (1)
Rajesh Gami (1)
Deepak Kumar (1)
Deepak Tewatia (1)
Rohol Amin (1)
Pankaj Patel (1)
Nitin Pandit (1)
Prashant Rewatkar (1)
Sonu Gupta (1)
Tushar Dikshit (1)
Suketu Nayak (1)
Bhushan Singh (1)
Syed Shanu (1)
Vignesh Ganesan (1)
Nilesh Jadav (1)
Sanjay Singh (1)
Veena Sarda (1)
Sachin Kalia (1)
Mahesh Chand (1)
Tushar Ameta (1)
Related resources for SQL queries
No resource found
Using SQL in .NET: Part 1
2/3/2023 9:18:38 AM.
In this article, I will show you how to execute SQL queries from your C# applications.
Complex SQL Queries With Split() Function in SQL
1/31/2023 5:18:03 AM.
In this article, you will learn about Complex SQL queries with the split() function in SQL.
SQL Injection In Dynamic SQL
1/25/2023 6:15:42 AM.
In this article you will learn about SQL Injection in Dynamic SQL.
Unlock the Secrets of the Rank Function in SQL Server
1/18/2023 3:14:41 PM.
Unlock the power of SQL Server and learn the essential rank functions to optimize your database. Get tips and tricks you can use immediately to maximize your SQL Server performance!
SQL Commands : DDL, DQL, DML, DCL, TCL with Examples
1/13/2023 10:58:44 AM.
In this article you will learn the SQL command categories and its sub-categories.
The Most Important SQL Queries For Beginners
12/17/2022 6:20:46 PM.
How do you get the data from the table? How do you create or drop the table? How do you display the different records? Do you want to? You can easily do all of this by writing a simple SQL query.
50 Important Queries in SQL Server
12/8/2022 6:56:11 AM.
In this article, you will learn about 50 Important Queries in SQL Server. EXEC sp_helpdb, exec sp_helptext, EXEC sp_updatestats, EXEC sp_MSforeachtable, SQL query for version name of SQL Server, Enabl
Handling SQL Queries Using XAMPP Server
6/14/2022 1:50:17 PM.
XAMPP is a Free full-fledged development environment which lets you install the Apache web server, MariaDB database, Perl, and PHP scripting languages in one installation. It is a free solution stack
Database Backup Using SQL Queries And Its Type
5/18/2022 5:28:21 PM.
How to make a backup of database using SQL queries in compressed and uncompressed condition or restoring database from backup using SQL queries and Difference between Compressed and Uncompressed
Using For XML Clause In SQL Queries
5/5/2022 4:02:09 AM.
For XML clause is used to convert SQL result set into XML format. It is a very much helpful clause when we need XML data from the SQL result set. The FOR XML clause can be used in top-level queries an
SQL Interview Questions - MSSQL
7/1/2021 3:32:42 AM.
Here is a list of the most popular MSSQL interview questions and answers explained. These SQL interview questions are for both beginners and professional MSSQL developers.
Top 10 Most Used SQL Queries
8/19/2020 7:46:03 AM.
In this article you will learn about the top 10 most used SQL Queries. SQL Server is an interface which helps to communicate with the system’s database using queries.
Executing SQL Queries And SQL Stored Procedure With ODBC
10/4/2019 8:54:04 AM.
In this article, you will learn how to execute SQL queries and SQL Stored procedure with ODBC.
Top 5 Tricky/Important SQL Queries And Their Answers
9/5/2019 8:05:56 PM.
In this article, you will learn about SQL Server Top 5 tricky/ important SQL Query with their answers.
Useful SQL Queries
6/13/2019 6:59:07 AM.
In this article, we'll learn some basic but useful SQL queries.
Most Asked SQL Queries In Interviews
5/27/2019 9:20:20 AM.
Do you wonder what the most frequently asked SQL queries are in interviews? Here is a list of most asked SQL queries interview questions.
Compile Queries And Execute SQL Queries Using LINQ To SQL
1/8/2017 11:18:03 PM.
In this article, you will learn how to compile queries and execute SQL queries, using LINQ to SQL.
How To View LINQ To SQL Generated SQL Queries And Using Stored Procedures With LINQ To SQL
1/2/2017 8:51:02 AM.
In this article, you will learn how to view LINQ to SQL generated SQL queries and use stored procedures with LINQ to SQL.
How To Run Interactive Spark SQL Queries On Apache Spark Hdinsight Linux Cluster
12/31/2016 12:21:23 PM.
In this article, you will learn how to run Interactive Spark SQL queries on Apache Spark HDinsight Linux cluster.
Learn MySQL Queries With Examples
6/23/2016 11:21:20 AM.
In this article, you will learn select, update and delete statements in MySQL queries with examples.
Basic SQL Queries For Beginners
6/3/2016 12:06:38 AM.
In this article you will learn Basic SQL Queries for Beginners.
Useful SQL Queries For SharePoint Practitioners
3/11/2016 9:45:15 AM.
In this article you will learn useful SQL Queries for SharePoint practitioners.
SQL Basic Query
1/31/2016 11:43:06 PM.
In this article I will explain some basic SQL queries.
CRUD Operations In SQL Server 2008
10/5/2015 2:32:33 AM.
In this article l will show you how to make CRUD operations in SQL Server 2008 by using simple SQL queries.
Important Queries in SQL
6/8/2015 5:16:56 AM.
In this article we learn some interesting and useful SQL queries.
Structured Query Language: Part 2
8/19/2014 2:37:26 AM.
This article describes the use of different query and operator of SQL.
Some Practical Useful SQL Queries For SharePoint Adminstrator
2/26/2014 12:36:55 PM.
In this article, I will share some very practical and useful SQL queries that a SharePoint administrator will require.
Generate LINQ, SQL Queries With LINQPad
7/2/2013 2:26:56 PM.
In this article I am sharing how to generate a LINQ query with a very facilitative tool, LINQPad.
Adding Editor, and Deleting data in Web Forms using ADO.NET
2/11/2010 12:35:31 AM.
In this article I will explain Adding Editor, and Deleting data in Web Forms using ADO.NET.
Data Access through Web Services, Stored Procedures and SQL Queries
12/16/2005 7:46:57 AM.
Web Services has been the most revolutionary aspect of the .NET framework developed by Microsoft. This article presents the three different modes through which data can be accessed viz. through Web services, stored procedures and SQL query using the power of ADO.NET and XML.