How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / prasad
Select column_name, count(column_name) from user_tab_columns
where table_name='EMP' group by rollup(column_name);
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the advantages of Object Repository?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
How many types of recording facility are available in quicktest professional?
How many types of recording modes in qtp?
What is expert view and keyword view?
Explain the concept of object repository and how QTP recognizes objects?
Tell me one scenario, the complex functionality you have automated in your project?
breef description of batch testing ?
What are the 3 main stages involved in testing with qtp?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
what the difference between shared repository and per action repository?
How to get the particular property value?
whare exactly we have to use functions and sub routain
How to attach a file to TD?
What is the parameterization?