Answer Posted / hr@tgksolutions.com
PL/SQL refers to Procedural Language/Structured Query Language. It is a programming language extension of SQL that allows you to write procedural code, such as loops, conditional statements, exception handling, and SQL statements. PL/SQL is mainly used for developing database applications and stored procedures within Oracle Database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create a stored function in oracle?
What do you mean by redo log file mirroring?
How to create a new view in oracle?
What are named parameters?
How to commit the current transaction in oracle?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
How to get execution statistics reports on query statements?
How to insert a record into a table?
What are the differences between date and timestamp in oracle?
How to check the oracle tns settings?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How to compare dates in oracle sql?
How to import one table back from a dump file?
Explain mutating triggers.