Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8523411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:24:08+00:00 2026-06-11T07:24:08+00:00

I was told that we never delete records from the table, because it will

  • 0

I was told that we never delete records from the table, because it will be needed in future. and can I know is there any alternative than DELETE where I can DEACTIVATE the row than completely removing the row from table?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T07:24:10+00:00Added an answer on June 11, 2026 at 7:24 am

    You can add a bit column to your tables – call it something like IsActive or IsDeleted

    When you INSERT data make sure that the data is marked with the correct value:

    New record - IsActive = true
               - IsDeleted = false
    

    Then when you what to make the records unavailable you will do an UPDATE to flag the records the opposite way:

    Update - IsActive = false
           - IsDeleted = true
    

    When you run your queries you will filter the data out according to this flag. We implement this type of soft delete throughout our system and it works to hide records.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A colleague of mine told me that I should never use static variables because
In a discussion, a colleague told me that he never uses enum because he
I was told that Respond.Redirect is an expensive process because it raises a ThreadAbortException.
I was told that for some reason, you can't update a database schema when
I was told that in Java, unchecked exceptions can be caught in a try
I've been told that every COM method callable from C++ code (take for instance
I've been told that swap mem should never be used for the best shape
So we're told that Stored Procs are optimized and we should NEVER be putting
I have been told that the automatically generated tests in VS2008 can be made
From Day One I was told that each third-party iOS app was perfectly sand-boxed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.