What is database partitioning?
Partitioning divides a large table into smaller, more manageable pieces.
Types of partitioning:
• Range Partitioning – Divides data based on a range of values.
• List Partitioning – Divides data based on a predefined list of values.
• Hash Partitioning – Distributes data based on a hash function.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain fully functional dependency?
Is declare cursor executable?
What is bcnf in the dbms?
what are database files, control files and log files. How many of these files should a database have at least? Why?
Explain data independence?
What is foreign key in dbms?
what is the difference between delete and truncate?
How many columns are in a database table?
Does youtube use a database?
When we will denormalize data?
There are 100 datafiles, numbered from 1 to 100. File number 10 is deleted and it has 500 MB of data. The database is working in archive log mode. How can be the database recovered ? While doing recovery the archive logs applied are from nos 1 to 100, but 50 gets corrupted. What do we do? Can we proceed further? If so how?
Is it possible to Disable the Parameter form while running the report ?