what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
No Answer is Posted For this Question
Be the First to Post Answer
How much does sql cost?
What is sql keyword?
what is the output of this query selet * from employee where 1=2 ??
what are the type of locks ? : Sql dba
How many tables can you join in sql?
Let us suppose we have a table with structure in order empno empname empdesig empcountry and now i want to re-organize the columns of this table to empno empdesig empname empcountry how can i do this with queries ? assume that table contains the data.
What is nvarchar max in sql?
How does one use sql*loader to load images, sound clips and documents? : aql loader
What is user define exception and example
in sql table follw columns r their vehicle_no|servicetype|date|location| 1234 |1FS |1-JAN|PUNE| 4561 |2FS |5-JAN|PUNE| 1234 |PS |7-JAN|PUNE| 1234 |PS |15-JAN|MUMB| i want o/p below vehicleno|1fs|1fsdate|1fslocation|1ps|1PSDATE|1PSLOC|2PS|2PS DATE|2PSLOCA e.g 1234|1FS|1JAN|PUNE|1PS|7JAN|PUNE|2PS|15JAN|MUMBAI PLS help me out to execute using sql query
What are different categories of sql commands?
what is “go” in t-sql? : Transact sql