This is your opportunity to explain that the company is exactly the type of company that you would feel proud to say you work for. It's also your chance to show...
The actions that are performed by clicking, pressing keys, moving mouse, dragging and dropping etc are called as events. Event handling is the way to capture th...
as a Tst manager u have to go through whole STLC.
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
6. Prepar...
if you are a Report developer
1,you have to specify the front end and back end tool used for creating the reports
2,Then you have to tell the purpose of the p...
There are two methods to achieve this:
1. Use SPUFI or QMF to EXPLAIN the dynamic SQL statement
2. Include EXPLAIN command in the embedded dynamic SQL stateme...
EXPLAIN is used to display the access path as determined by the optimizer for a SQL statement. It can be used in SPUFI (for single SQL statement) or in BIND s...
Create a plan table with utlxplan.sql. Use the explain plan set statement_id = ‘tst1′ into plan_table for a SQL statement. Look at the explain plan with utl...
Joins are used in queries to explain how different tables are related. Joins also let you select data from a table depending upon data from another table.
Ty...