Explain the working of sql privileges?
What do you mean by an execution plan? How would you view it?
What is default constraint?
What is in place upgrade in sql server?
I have to display ten columns values from diffrent ten tables. how many joins are require?
10 Answers CarrizalSoft Technologies, HCL,
What is explicit cursors?
What are the two types of concurrency?
Hi all, I need query help for below senorio, could you please help me. TableName = City CITYID ContinuationID CITYNAME 1 1 SAN 1 2 DIEGO 2 1 SAN 2 2 FRANCISCO 3 1 CHICAGO 4 1 NEW 4 2 YORK 4 3 CITY Could you please help me to write a generalized SQL that returns results as given below in the Query result CITYID NAME1 NAME2 NAME3 NAME4 NAME5 1 SAN DIEGO 2 SAN FRANCISCO 3 CHICAGO 4 NEW YORK CITY
Difference between group by clause and having clause in SQL?
What are statistics?
How to select an exiting database using mssql_select_db()?
How to delete particular value in the column of a table.Is it possible or not?if possible give it as in query.
What is query optimization process?