TheTechWorld
-
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…
-
Understanding the ‘tr’ command
tr command in UNIX is a text processing command which is used to either replace or…
-
Sequence in SQL Server
SEQUENCE is used to generate automatically incrementing number but unlike IDENTITY it is not associated with…