what is an sql server?



what is an sql server?..

Answer / supriya gupta

SQL Server is a relational database management system
(RDBMS) from Microsoft that's designed for the enterprise
environment. SQL Server runs on T-SQL (Transact -SQL), a set
of programming extensions from Sybase and Microsoft that
add several features to standard SQL, including transaction
control, exception and error handling, row processing, and
declared variables.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is index, cluster index and nonclustered index?

0 Answers  


I have a table in which phno is one of the columns.i do have some values in tht phno column.i need to update phno column values with 0(zero) as prefix.give me a correct solution plz...

7 Answers   Value Labs,


What is save transaction and save point?

0 Answers  


can you any body tell me which service pack is installed in the sql server?

3 Answers  


What are the general features of sql server management studio? : sql server management studio

0 Answers  






Why truncate is ddl?

0 Answers  


what are defaults? Is there a column to which a default can't be bound? : Sql server database administration

0 Answers  


What is SubQuery in SQL Server 2008

0 Answers   HCL,


can we call functions from stored procedure in SQL Server 2005 ? How?

3 Answers  


How to add a new column to an existing table with "alter table ... Add" in ms sql server?

0 Answers  


Define a cross join?

0 Answers  


What objects does the fn_my_permissions function reports on? : sql server security

0 Answers  


Categories