Question
Differentiate simple and complex, snapshots ?

Answers

A simple snapshot is based on a query that does not contains GROUP BY clauses, CONNECT BY clauses, JOINs, sub-query or snashot of operations.
A complex snapshots contain atleast any one of the above.   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 The friction force exerted by fluids is called ___.
  • Q What are little endian and big endian types of storage? how can you identify which type of allocation a system follows?
  • Q The pH of water at 25°C is 7. When it is heated to 100°C, then what will be the pH of water?
  • Q What are the basic functions of identity service in openstack?
  • Q Who are the customers of jaspersoft?
  • Q What is the procedure to create a data mart?
  • Q Anisophylleaceae belongs to which sub class ?
  • Q How was Kripacharya related to Ashwatthama?
  • Q which inflorescence is found in Portulacaceae family?
  • Q What will print out about this code?
  • Q 9 cards are there. u have to arrange them in a 3*3 matrix. cards are of 4 colors.they are red,yellow,blue,green. conditions for arrangement: one red card must be in first row or second row.2 green cards should be in 3rd column.Yellow cards must be in the 3 corners only. Two blue cards must be in the 2nd row. Atleast one green card in each row.