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
About SQL statements
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akshima Aggarwal (1)
Rohatash Kumar (1)
C# Curator (1)
Akkiraju Ivaturi (1)
Christophe Marcel (1)
Pankaj Kumar Choudhary (1)
Varesh Tuli (1)
Related resources for SQL statements
No resource found
Improved Performance by STORED PROCEDURES
6/8/2024 1:30:34 PM.
Stored procedures in relational database management systems (RDBMS) encapsulate frequently used SQL statements for efficient execution. They offer dynamic SQL execution, return values via OUT keywords
Using GO and Semi-Colon in SQL Server 2012
5/30/2024 12:12:09 PM.
Learn about the usage of the GO command and semicolon in SQL Server. Understand how to use GO as a batch separator and change it in SQL Server Management Studio. Semicolon (;) terminates SQL statement
50 SQL Server Interview Questions Guaranteed to Help You In 2023
7/25/2023 7:16:19 AM.
A complete guide of top SQL Server interview questions and answers that will help pass your SQL Server interview.
Displaying Rows as Columns With Total Displayed on Each Row and Column
2/9/2023 10:12:03 AM.
In this article you will see how to display rows as columns with totals displayed on each row and column.
CopySchema
10/29/2020 11:54:02 PM.
CopySchema is a utility for copying all the data from one Oracle schema to another. Although similar to the exp/imp and bulk load utilities of Oracle, it has the advantage of offering a simple GUI int
Transaction Management in SQL
5/28/2015 2:45:36 PM.
This article explains Transaction Management in SQL.
Specify SQL Statements in QTP Tool in Testing
8/15/2012 3:39:43 PM.
In this article I discuss how to specify SQL Statements in QTP