Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Oracle PL/SQL Questions
1. What is normalization. 2. Difference between procedure and functions. 3. Oracle 9i Vs 10g. 4. how to improve the performance of a query. 5. %type vs %rowtype. 6. regression testing. 7. deleting the duplicate records without using rowid in oracle. 8. Row chaining. 9. types of cursors.
✍: Srikanth
2024-08-10, 9330👍, 4💬
Popular Posts:
Can Java object be locked down for exclusive use by a given thread? Yes. You can lock an object by p...
When should the register modifier be used? Does it really help? The register modifier hints to the c...
How do I debug thread ? This window is only seen when the program is running in debug mode. In windo...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...
In which event are the controls fully loaded ? Page_load event guarantees that all controls are full...