Give an example of any procedure.
Answer Posted / deepa
SQL> BEGIN
2 DBMS_OUTPUT.PUT_LINE(’Hello World’);
3 END;
4 /
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
how to create a table index in mysql? : Sql dba
What is sql exception?
Does mysql support pl sql?
How will you distinguish a global variable with a local variable in pl/sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
what are the advantages of mysql in comparison to oracle? : Sql dba
Can we perform dml on view?
List different type of expressions with the example.
What do you understand by exception handling in pl/sql?
How much does sql certification cost?
What is t sql used for?
What happens when a trigger is associated to a view?
Does sap use sql?
How can we avoid duplicating records in a query?
describe mysql connection using mysql binary. : Sql dba