Results for "delete"
6 / 44 posts
Filter by Category
SQL Server Data Archiving System
Introduction As databases grow, performance starts degrading. Queries become slow, indexes become heavy, and maintenance becomes difficult. This is where dat...
What is the difference between DELETE and TRUNCATE statements in SQL?
--What is the difference between DELETE and TRUNCATE statements in SQL? --DELETE and TRUNCATE are both SQL commands that can be used to remove data from a …
File Handling(create, read, write, and delete files etc.)
...le Handling in Python allows us to create, read, write, and delete files . It's an essential feature when working with data that needs to be stored perma…
How to use Magic (virtual) table INSERTED and DELETED in SQL server
Magic Tables are virtual tables that are automatically created and maintained by SQL Server for each data modification operation performed on a table. They…
SQL Server Database Shrink Maintenance
...by removing unused space . Matlab, agar tumhare DB me data delete ho gaya h...
Triggers in SQL server
A trigger in SQL is a special type of stored procedure that runs automatically when certain actions happen in a table or view . A trigger cannot be explici…