Identity is a property of table that automatically increment integer value of a column. For example a table has column name ‘id’ and this column generated id automatically id value, this done by identity property.
In this article, I will explain the introduction of Table-Valued Parameter. When we have to pass multiple rows of data from SQL Server the developers either have options either to send one row at a time or come up with other workarounds
In this article, I am trying to explain the basic concept behind normalization. Hope this helps for you.
Hey Guys!! In this article, I will be explaining you, how to delete the duplicate records from the database table.
Hey Guys!! In this article, I will be explaining you, how to delete the duplicate records from the database table. Remove or Delete duplicate records
Views:Views contain row and column as table contains. The fields in a view are fields from one or more real tables in the database. You can add SQL fu
Trigger in SQL serverTriggers:The trigger is a special kind of stored procedure that executes automatically when a user attempts the specified da
Transaction Control Language (TCL) is playing an important role in SQL. Transaction control language is used for statements are used to manage the changes made by DML statements.
A stored procedure is a precompiled SQL statement that is saved in the database. If you find yourself using the same query over and over again, it would make sense to put it into a stored procedure.
SQL server offers to store image in database. Actually when we want to explore information for appropriate image then it is the best option to store image in database with appropriate information. And it is also cost effective in using webhosting.
In SQL Server there are lots of SQL operators which are widely used in SQL query to retrieve data. Some important SQL operators are given as follows:
Before discussing about what is SQL? Firstly we will discuss what is Database? “Databases are designed to offer an organized mechanism for storing, managing and retrieving information.