I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
2 4702There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
2 5655what is the use of occurs 10 or (any number) in the internal table declaration with header line.
1926SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
1956Post New Programming Languages AllOther Questions
the systematic access of small computers in a distributed data processing system is referred as?
How to print No.of.rows affected after updation using ADO.Net
how pseudo column works?
how does database connection using ADO.NET?
what is meant by life cycle of a business
Write a pascal program to calculate the sum of the first 100 even number and odd number
iam confused among testing ,.net and java. can anybody help me.
what is class module in vb6? what it's use? with example..
what are other resources are needed for this mantis?
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
how to data grid use in data bind?
Find out the roles which gives access to all tables in SAP? Thanks in advance.
Explain three modes in which files can be accessed from python program
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.