i want to enter the name 'pandu' into ur table how?
Answer Posted / naidu sekhar yandrapu
WE KNOW TABLE NAME AND COLUMN NAME IT IS POSSIBLE:
INSERT INTO(C-NAME) TABLE VALUES("NAIDU");
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the variable unblock file formats from cobol programs
how to access the file from prodution from changeman tool and to submit a file to production
What is the local-storage section?
What are the different data types in cobol?
How do we get current date from system with century in COBOL?
What is difference between static and dynamic call in cobol?
how do you reference the ksds vsam file formats from cobol programs
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Can we change the password using ALTER? anyone tried and changed?
Which division and paragraphs are mandatory for a COBOL program?
how do you reference the fixed unblock file formats from cobol programs
What are declaratives and what are their uses in cobol?