What happens if strings are casted into wrong code pages in ms sql server?
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1;
What do you mean by acid?
How does normalization work?
What are the new data types are introduced in sql 2000?
What are the new features in sql server 2016?
what is a check constraint?
how can i lock the column in the table
How many levels of sp nesting are possible?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
List out the difference between union and union all in sql server?
What is the difference between a stored procedure and a user defined function?
How can we write or define DDL statements in Sql server and DML statements?