Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Create a procedure to delete certain records from a table
and display the total number of records deleted in this
process. (Condition for deletion can be of ur choice, for
instance delete all records where eid='')

Answer Posted / manas

create or replace procedure proc_name(noofcount out number ) is
Begin
Delete from tes_tabt;
noofcount := sql%rowcount;
End

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the t string functions available in tsql? : Transact sql

1062


Differentiate between syntax and runtime errors.

1235


What is triggering circuit?

1105


What is sql*loader and what is it used for? : aql loader

1247


How to change sql*plus system settings?

1104


Can a table contain multiple primary key’s?

1154


what is the difference difference between procedure and packages

10537


What is clause in sql?

1176


Does sql use python?

1093


Which is better join or inner query?

1121


Does varchar need length?

1048


How run sql*plus commands that are stored in a local file?

1111


What is rename command in sql?

1092


Can we rollback delete command?

1036


What is dense_rank in sql?

1036