DIFFERENCE BETWEEN A STORED PROCEDURE AND A TRIGGER
STORED PROCEDURE TRIGGER A Stored procedure can be defined as a user defined code written in PL/SQL, which may or may not return a value when invoked by calling it…
Difference Between SQL and PL/SQL | SQL vs. PL/SQL
Friends, As we know, Oracle is combination of both SQL and PL/SQL. To become an Oracle DBA, one probably needs to learn both of them. Still, there are some points…
How creating a configuration class speedup your c# web application ?
I was creating an application with n-tier design in mind. Actually this was just a conceptual n-tier, it would be more appropriate if I call it n-layered application as the…