What is PL/SQL ?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / glibwaresoftsolutions
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 |
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 |
Why do you use stored procedures and state some of its disadvantages?
What is a sub query? What are its various types?
Can you assign multiple query result rows to a variable?
how do u setup a replication site?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What is self-referential integrity constraint ?
Is it possible to join two tables, that are in two different users (e.g. SCOTT and HR etc.),but im same database (e.g. ORCL)? If yes, then how it is possible? Explain with step by step procedure.
how to join query for one source type is oracle another source type is sql server ?
What are the various constraints used in oracle?
What is a synonym? What are its various types?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
9. Display the client name and order date for all orders using the JOIN . . . USING method.