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...


What are the aggregate and scalar functions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

How can you insert null values in a column while inserting the data?

0 Answers  


CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.

2 Answers  


what is difference between view and Dip.

0 Answers   IBM, L&T,


What are the advantages of using a stored procedure?

0 Answers  


What are dml (data manipulation language) statements in ms sql server?

0 Answers  


what are the types of indexes? : Sql server database administration

0 Answers  


What are different types of collation sensitivity?

0 Answers  


What happens on checkpoint?

0 Answers  


If i am handling 150 servers then how to check the active jobs of all the servers?

0 Answers  


How is table type constraint applied to a table?

0 Answers  


What is DAC? what is the use of it?

1 Answers   Wipro,


can you instantiate a com object by using t-sql? : Sql server database administration

0 Answers  


Categories