To perform recursion which data structures is used
To perform recursion which data structures is used?
Expert
To perform recursion we use stack. As it use LIFO (Last In First Out) property which remembers its 'caller' hence it knows whom to return the value and when the function has to return. Recursion use system stack for storing the return addresses of the function calls.
Every recursive function has its corresponding iterative (non-recursive) function. Still when such equivalent iterative processes are written, explicit stack is used.
States the term Global temporary.
List out the three kinds of business rules and also define each of them?
Write about the independent and dependent data marts.
How are metadata keys and surrogate handled in MySQL?
Give brief introduction of the term ‘Service Broker components’?
Illustrates the various extensions for stored procedures?
Differentiate between Multiload and Fastload in terms of Performance?
Describe the difference between the bulk-logged recovery models, full, and SQL Server 2000 simple?
Explain the term Chasm trap?
Explain the way through which we can publish BO report?
18,76,764
1928524 Asked
3,689
Active Tutors
1420050
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!