Question
describe about Partition in sql?

Answers

Tables in Oracle 10g can be cut into pieces for more efficient physical storage.
A partition (or subpartition) holds a subset of the table’s data, typically on
a separate physical disk, so that data retrieval is quicker either by allowing
reads from more than one physical disk simultaneously (multipartition parallel
reads) or by not reading a partition’s data at all if it
is not required to satisfy the query (partition elimination).   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Which of the following statements about Regression statements are true?
  • Q Write a pseudo code for sorting the numbers in an array?
  • Q What are the ich guidelines to be referred for preparation of registration dossiers/applications of medicines (with respect to format and contents in each module)?
  • Q Which command is used to view the content of the table in mysql?
  • Q What is a customer deposit?
  • Q Can you explain on what basis does TPA actually work?
  • Q Name the two files that are created when you generate the form give the filex extension ?
  • Q I have one pc to 4 devices including a zip drive and scanner how do i set this up
  • Q I attach a callback to a signal, but i keep getting an error: "typeerror: object of type x is not callable"?
  • Q First textbook in Library Science was published in
  • Q How will you convert a string to an int in python