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 bdb (berkeleydb)? : Sql dba
Does view store data in sql?
What are the properties of a transaction?
Explain the difference between rename and alias?
The select into statement is most often used to create backup copies of tables or for archiving records?
Can we create clustered index without primary key?
How can I delete duplicate rows?
What does varchar include?
What is the use of triggers?
What is partition in sql query?
How do I save a sql query?
what is heap table? : Sql dba
Which query operators in sql is used for pattern matching?
What are packages in pl sql and also explain its advantages?
What are all the different normalizations?