SQL

SQL (pronounced “ess-que-el”) stands for Structured Query Language. SQL is used to communicate with a database.

Common Table Expression (CTE) In SQL Server

In this article, We will learn about Common Table Expression (CTE) in SQL Server.

2 years ago

Difference Between Temp Table and Table Variable in SQL

This article will help you understand what is temp table, table variable and the difference between both of them

2 years ago

Difference between Read-only and Constant in C#

In this article, the difference between read-only and constant.

2 years ago

Computed Columns In SQL

A computed column is computed from an associate expression that may use alternative columns within the same table. The expression…

2 years ago

Difference between Primary Key and Unique Key in SQL

In this artical,I have describe difference between Primary Key and Unique Key

2 years ago

CkEditor in MVC

The purpose of this article is to implement CKEditor in .Net MVC application

2 years ago

Creating SQL Table Using XML Attributes

Creating SQL Table Using XML Attributes

2 years ago

User Defined Table Types And Table Valued Parameters In MSSQL

User Defined Table Types And Table Valued Parameters In MSSQL

2 years ago

Backup SQL Database In SQL Server Management Studio

Backup SQL Database In SQL Server Management Studio

2 years ago

What Is Temporary Tables In SQL

What Is Temporary Tables in SQL

3 years ago