can you give me the syntax of named procedure??
Answers were Sorted based on User's Feedback
Answer / manoj
DECLARE
v_date DATE;
v_char VARCHAR2(10);
v_number NUMBER;
BEGIN
NULL;
END;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anuram
CREATE OR REPLACE PROCEDURE PROCEDURENAME{(PARAMETERSLIST)}
AUTHID|CURRENT_USER
IS/AS
DECLARATION OF VARIABLES;
BEGIN
STATEMENTS;
EXCEPTION
STATEMENTS;
END PROCEDURENAME;
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain about post-relational databases?
How to use online Backups?
How can I detect whether a given connection is blocked?
What is the physical representation for a many-to-many relationship?
Does QTP Support the Propjects which are running in Dot Net? As we are starting with new project in Dot net need to use automation tool?Please advice & let me know what would be the best.
How you can make a parameterized view?
Explain about relational operator join?
how will I find the duplicate rows count from employees tablein oracle.
How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables?
1 Answers Flextronics, Hexaware, SQL Star,
agregator gives one to many records or many to one record
What is a join and explain different types of joins?
How is data stored in dbms?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)