Record Set,Index,Denormilization
- Which clause is used to sort the records in the result set?
- Which it the major disadvantage of creating and using index?
- What are advantages and disadvantages of DE-normalization?
- The ORDER BY clause allows you to sort the records in your result set.
- They increase the disk space requirements of your database.
- Performance is improved by denormalization, but requires more extraneous efforts to keep track of related data.
0 Comments
Please add nice comments or answer ....