What are tables in sql server?


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

Post New Answer

More SQL Server Interview Questions

What are data files?

0 Answers  


What is a bit datatype?

0 Answers  


What is sql server programming?

0 Answers  


Which is best Subquery (or) joins in sql server? explain why

2 Answers  


What are indexes in ms sql server?

0 Answers  






In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2

1 Answers   AllState,


What are the parts of a function?

0 Answers  


What is difference between view and materialized view?

0 Answers  


What are indexers?

0 Answers  


In which tcp/ip port does sql server run? Can it be changed?

0 Answers  


What are the database objects? : SQL Server Architecture

0 Answers  


How to search for a string in all stored procedure in sql server?

0 Answers  


Categories