Database Normalization
Database Normalization Normalization Database Normalization can be defined as the process of organization the data to reduce the redundant table…
This category contains all SQL related articles
Database Normalization Normalization Database Normalization can be defined as the process of organization the data to reduce the redundant table…
Indexes-Indexing is way to sort and search records in the table. It will improve the speed of locating and retrieval…
Indexes-Indexing is way to sort and search records in the table. It will improve the speed of locating and retrieval…
I generally feel that people are afraid of Joins in SQL Server. But if they know what the different types…
In Sql Server, both functions and stored procedures can be defined as the logically grouping of Sql statements formed to…
Although the Delete and Truncate Commands logically does the same work of deleting the rows from the table but still…
Stored Procedure:- Stored Procedure In Sql server can be defined as the set of logically group of sql statement which…
Union and Union All, both are used to select data from one or more than one tables but still they…
IDENTITY Property Sometimes we need a column whose values can uniquely identifying the rows in the table. To achieve this…
Database is made offline to move its physical files. There can be many ways to make a database offline. But…