On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?
Answer / Vipul Negi
The data might not have persisted due to a database crash or an issue with transaction management. When performing multiple INSERT statements without explicitly starting a transaction and committing it, the data may only exist in memory and could be lost if something goes wrong before committing the changes.nnTo prevent such issues, always use transactions by surrounding your operations inside BEGIN TRANSACTION, COMMIT, or ROLLBACK statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?
Define candidate key, alternate key, composite key?
30 Answers IAS, IBM,
What is a self join? Explain it with an example?
What are the disadvantages of cursors? How can you avoid cursors?
Explain about network model?
How to customize error conditions.
What you can do to remove data from the cache and query plans from memory for testing the performance of a query repeatedly?
How to combine two function together?
What are the main phases of database development?
Can an extended stored procedure be called from inside a user-defined function?
Where is dbms used?
You are testing the performance of a query the first time you run the query, the performance is slow. the second time you run the query, the performance is fast. why is this?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)