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 the difference between stored procedure and view?
What are inner and outer joins examples of both?
explain access control lists. : Sql dba
What is sql used for?
what is offset-fetch filter in tsql? : Transact sql
What is meant by cursor in sql?
What is the use of <> sql?
Which are sql * plus commands?
What is nvarchar in sql?
What is a call statement? Explain with an example.
what does the t-sql command ident_current does? : Transact sql
Explain what is a column in a table?
Can we join 3 tables in sql?
Is primary key clustered index?
How do you delete a table?