Which is better varchar or nvarchar?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What Is a Trigger? How Do You Use It?
I have a table with 1 million records out of which 10,000 records are of unique records, then if I will implement index, then which type of index shall I use and why shall I use?
What are different types of tables in sql?
What is the use of sqldataadapter?
What is index example?
How can you tell the difference between an index and a view?
How does an execution block start and end in pl sql?
What are the types of SQL Statement?
Which are the different case manipulation functions in sql?
What is number function in sql?
take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...