AvantikaTanubhrt
-
IDENTITY In SQL Server
IDENTITY is used to create an automatically incrementing number for a column of a table. A…
-
‘MERGE’ Command IN SQL Server
MERGE command is used to perform INSERT, UPDATE OR DELETE operations on a target table based…
-
Data Types In SQL Server
SQL provides different data types for storing data and they are classified into various categories. Let…
-
SQL Server Storage And Components
SQL Server Storage The storage engine is responsible for storing data onto the disk and retrieving…
-
Understanding the ‘cut’ command
Cut Command in UNIX is used to cut out the desired output from the file and…