It is not possible to insert duplicate records in a table if using primary key constraints.But in relational database when foreign key is used it is possible that a duplicate records can insert in foreign key column.So solving that type of condition use that statement.
Example:
Example:
set rowcount 1 delete from <table_name> where <column_name |
No comments:
Post a Comment