Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

result set

Former Member
0 Likes
314

what is meant by result set?

2 REPLIES 2
Read only

Former Member
0 Likes
297

Hi Mahalakshmi,

Result set is a set in which when you execute a query the output of the query is stored and then you use that result set for your use.

example.

Read only

Former Member
0 Likes
297

Hi,

Hearty Welcome to SDN.

Basically in SQL we call Result set as a collection of rows from the database. And also column names, types and sizes of each column of the table.

My suggestion for you please do spend some time yourself to habituate yourself with all the links of SDN and try to find out in how many ways it can help you before posting a query.

Click on forums and in the middle of the screen you can find one input box there you give your query or some hint words and click go you can see lots of results, hope you follow.

Cheers!!

VEnk@

Edited by: Venkat Reddy on Oct 30, 2008 9:18 AM

Edited by: Venkat Reddy on Oct 30, 2008 9:22 AM