Explain the different types of joins?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between writing SQL query and stored procedure ?
15 Answers Cognizant, Infosys, TCS, Veritas,
How to drop an existing table with "drop table" statements in ms sql server?
What is stored in the mssqlsystemresource database? : sql server database administration
What is the process of normalising?
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
What is BCP? When do we use it?
What are the different types of columns types constraints in the sql server?
Can we have more than one NULL in a column having unique constraint?
Explain the different types of joins?
What are views in ms sql server?
How do I trace a query in sql server?
Explain stored procedure?