wa procedure to return the month and the no'f developers
joined in each month.
Answer Posted / narenkumar reddy
create or replace procedure
procdure_name
cursor c1 is select count(*),month from table
is
begin
for i in c1
loop
dbms_output.put_line(i.count(*)||i.month)
end loop;
end;
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What are the two types of exceptions.
How do I start pl sql?
Explain the difference between sql and mysql.
What is a crud api?
Can primary key be changed?
What is spool?
How can I see all tables in sql?
What is pl sql block in dbms?
What are the two types of periodical indexes?
explain the difference between myisam static and myisam dynamic. : Sql dba
What is sql character function?
How can I make sql query run faster?
Is hadoop a nosql?
Can we insert data into materialized view?
Does pl sql work in mysql?