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
Store Locations and Retrieve Dropdown Data with Stored Procedure
Explore efficient location data management with this guide on storing locations in a database table. Learn to utilize stored procedures for streamlined retrieval of dropdown data, ensuring optimize...
Velladurai
Jul 03, 2024
Creating a User Login System with SQL Server Stored Procedures
Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user input...
Velladurai
Jul 02, 2024
SQL Command Types
SQL, or Structured Query Language, is essential for managing data in relational databases (RDBMS). It enables tasks like retrieving, updating, inserting, and deleting data. SQL commands are categor...
Sreenath Kappoor
May 28, 2024
Understanding SQL Triggers: Types, Uses, and Examples
SQL triggers are powerful database objects that automatically execute in response to specific events occurring within a database. They enable developers to automate tasks, enforce data integrity, a...
Jitendra Mesavaniya
Jun 17, 2024
Understanding RANK vs DENSE_RANK in SQL
Explore the nuances between RANK and DENSE_RANK in SQL with this comprehensive guide. Learn how these window functions order query results differently, impacting ranking assignment and handling of ...
Lokendra Singh
Jun 14, 2024
Identifying Missing Sequence Numbers in SQL
In this article, we explore a method to identify missing sequence numbers in a database table using SQL. SQL code utilizes window functions and CTEs to efficiently find gaps in the sequence of regi...
Prakashkumar Sahoo
May 31, 2024
Inserting & Retrieving Images from SQL Server Database without using Stored Procedures
Learn how to manage images in SQL Server directly from your C# application. Utilize ADO.NET for seamless image insertion and retrieval without stored procedures. Streamline database operations effi...
Prashanth Chindam
Oct 14, 2010
How to Link Server in SQL?
Explore the evolution of linked servers in SQL Server, from their inception in SQL Server 7.0 to the latest versions like SQL Server 2019 and 2022. Learn about their benefits, drawbacks, and modern...
Ayush Gupta
May 30, 2024
System-Versioned Temporal Tables in SQL
System-Versioned Temporal Tables in SQL enable tracking historical changes to data over time. SQL's temporal tables maintain a history of modifications, allowing users to query data as it exist...
Ayush Gupta
May 29, 2024
SQL Table Partitioning: Horizontal RANGE vs Vertical RANGE
Explore the nuances of SQL table partitioning with this comprehensive guide. Delve into the differences between horizontal RANGE and vertical RANGE partitioning strategies.
Ayush Gupta
May 29, 2024
What Is Common Table Expression (CTE) In SQL Server
A Common Table Expression (CTE) in SQL Server, defined using the WITH clause, is a temporary result set that simplifies complex queries by improving readability and maintainability. CTEs support re...
Jignesh Trivedi
Jan 16, 2013
Understanding Common Table Expressions (CTEs) in SQL
Explore the history, evolution, and application of CTEs in SQL, their syntax, advantages, and drawbacks. Learn how CTEs simplify complex queries, improve readability, and support recursion. Discove...
Ayush Gupta
May 29, 2024
Explain BLOB Datatypes in MySQL
MySQL BLOB datatypes store large binary objects, like images or documents. They offer efficient storage for multimedia files and other binary data in MySQL databases, enabling seamless handling of ...
Ishika Tiwari
May 24, 2024
Explain SQL Wildcard Characters
In this article we will learn what is SQL Wildcard Characters. Mastering SQL wildcard characters enhances data retrieval by enabling versatile pattern matching. Learn to use `%`, `_`, `[]`, `^`, an...
Ishika Tiwari
May 22, 2024
Working with LEAD and LAG Window Functions in SQL
SQL's LEAD and LAG functions access data from different rows within the same result set, facilitating complex calculations. LEAD retrieves subsequent rows, while LAG retrieves previous rows.
Lokendra Singh
May 20, 2024
Local and Global Temporary Tables in SQL Server
Learn about temporary tables in SQL Server. Explore the differences between local and global temporary tables, their scope, and usage. Understand how temporary tables provide session-specific data ...
Sachin Kalia
Jun 28, 2013
SQL Indexing: Boosting SQL Query Performance
Unlock the power of SQL indexing to supercharge your database queries with our comprehensive guide. Learn how indexing works, explore real-world examples, and discover essential tips for optimizing...
Vikas Singh
May 06, 2024
SQL Joins: Optimizing SQL Queries for Efficiency
Explore the art of optimizing SQL queries through effective join strategies. Learn essential techniques such as proper column selection, indexing, and join types, alongside real-time project exampl...
Vikas Singh
May 06, 2024
Using Stored Procedures in MySQL Enhanced Code Performance
Stored Procedures in MySQL offer a streamlined approach to executing complex or frequently used SQL logic with a single call, supporting input parameters, procedural logic, and return values.
Akshima Aggarwal
Apr 30, 2024
SQL Server Fundamentals: Design, Queries & Optimization
This article serves as a comprehensive guide to SQL Server fundamentals, database design principles, querying with Transact-SQL, stored procedures, and optimization techniques. Through real-time ex...
Vikas Singh
Apr 29, 2024
No Records Available.
21
-
40
of
398
<<
1
2
3
4
5
>>
Mastering SQL
Challenge yourself
SQL Skill
E-Book Download
Get Certified
PHP