Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If a stored procedure is taking a table data type, how it looks?



If a stored procedure is taking a table data type, how it looks?..

Answer / yagnik rohit

declare @temptable table(col1 int,col2 int)
insert into @temptable select 1,2
select * from @temptable

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is isnull() operator?

0 Answers  


Tell me about normalization in DBMS.

0 Answers   Honeywell, Zomato,


What are rows and columns?

0 Answers  


Explain the properties of sub-query in sql server?

0 Answers  


What are group functions in query statements in ms sql server?

0 Answers  


Wht is the difference between stored procedure and trigger

6 Answers   HCL, TCS,


How to truncate a table first before running a package?

1 Answers  


What is Left Outer Join?

2 Answers  


you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration

0 Answers  


Explain fundamentals of Data ware housing & OLAP?

2 Answers  


What are binary string data types in ms sql server?

0 Answers  


How do I create a stored procedure in dbml?

0 Answers  


Categories