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
What is aggregate function in sql?
How long does it take to learn pl sql?
what is the syntax used for partition in tsql? : Transact sql
Compare sql & pl/sql
How to rename a table?
describe mysql connection using mysql binary. : Sql dba
Can a select statement fire a trigger?
How do I truncate a sql log file?
Is grant a ddl statement?
Why sql query is slow?
What is crud sql?
What are the different types of triggers?
What are the possible values for the boolean data field?
What is sqlcommand?
Which kind of parameters cannot have a default value in pl sql?