What is database management used for?
No Answer is Posted For this Question
Be the First to Post Answer
Let?s say you have 100,000 records and you want to delete 95,000 at a time and keep only 5 thousand. But in local memory you don?t have enough space for 95,000 records. What do you do in this case? How do you delete without any problem with time and performance?
How do you maintain a database?
What is stored in a database?
Define dbms.
Write a query to create a duplicate table with and without data present?
What is the difference between indexes,views,synonyms?
Enlist the advantages of normalizing database.
Explain how RDBMS software deals with deadlocks.
Tell us about some Dot operator queries?
What is field record and table in database?
What is the importance of query in database?
What is the use of drop command and what are the differences between drop, truncate and delete commands?