Question

by 2 replies
3
Hey i m new in programming and need you advice. Suppose if we are truncated using JDBC, How can we know that how much data is truncated? Help me, guys!!!!!!
#programming #question
  • Banned
    [DELETED]
    • [1] reply
    • If you want to contol what is deleted use DELETE that takes the same WHERE clause that a SELECT would.
  • Banned
    [DELETED]
    • [1] reply
    • TRUNCATE remove all rows and cannot be rolled back but it is not delete the table and Drop command is delete whole table and cannot be rolled back.

Next Topics on Trending Feed

  • 3

    Hey i m new in programming and need you advice. Suppose if we are truncated using JDBC, How can we know that how much data is truncated? Help me, guys!!!!!!