how many select state ments are used in stored procedure?
Answer Posted / xavie james
as many as it is required
that means we can have n numbers of select statement
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is session authentication?
What are the validation controls available in ASP.NET?
Explain significance of routing? : asp.net mvc
What is Bundling and Minification in MVC?
What is break mode?
Describe the differences between the lifecycles of Windows services and Standard EXE?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is intrinsic objects in asp.net?
What are the different types of validation controls in asp.net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is a web api endpoint?
What are the different types of sessions in asp.net?
How tooltip is set through code-behind in ASP.NET?