Buy Questpond's video subscriptions on
huge discount
.
Online: 5843
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
If we can execute multiple sql statements inside a stored procedure. What will be the result of this stored procedure ?
create procedure usp_test
as
begin
select * from order_table
select * from product_table
end
Posted by
Akiii
on 5/30/2012 | Category:
Sql Server Interview questions
| Views: 3910 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
When the stored procedure is executed, it will fetch all the rows of the order_table and product_table collectively !
Thanks and Regards
Akiii
|
Alert Moderator
Bookmark It
< Previous :
In SQL Server, what is the difference between Coun ...
Next > :
What is the OData ?
Comments or Responses
Login to post response
More Interview Questions by Akiii
Can we declare abstract keyword on fields in a class ?
When any method is declared as abstract then it is necessary to declar ...
By default, what is the access specifier of member variables and membe ...
In Method Overriding, the return type can be changed while overriding ...
While doing Method Overloading, return type must be same. True or Fa ...
In ASP.NET Session Management, State Server uses which process to stor ...
If any fields/property/method is declared as static, will the data be ...
What is the significance of duration attribute of @OutputCache page di ...
Latest Interview Questions
What is the OData ?
Which condition has high performance among this : int i = 5; 1 . ...
What is Json.net ?
what is node.js ?
What is WIF ?
What is WebSocket Protocol ?
WHAT IS VIEW IN SQL SERVER ?HOW MANY TYPES OF VIEW AVAILABLE?
WHAT IS TRIGGER IN SQL SERVER?
More ...