What is a non clustered primary key?
How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"
Explain relational data?
What are the types of joins in sql?
what is the difference between openrowset and openquery?
Can we use trigger new in before insert?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What is the difference between value type and reference type?
There is a table1 with records (1,2,3,4,5,6) and table2 with records (4,5,6,7,8,9).write a query so as to get the result as 1,2,3,4,5,6,7,8,9
What is the Query of getting last 10 transaction Reports (like insert, update, Delete Data from Tabele) ?
which is best institute to learn sql server in ameerpet or sr nagar or maithrivanam?please help
9. Write a query to list a new column with the difference in temp of the cities Delhi and Mumbai, Mumbai and Jammu and soon. Consider the following table : City_id City Temp. 1 delhi 40 2 Mumbai 35 3 Jammu 32 4 Pune 18