Which is better varchar or nvarchar?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba

0 Answers  


What Is a Trigger? How Do You Use It?

3 Answers  


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?

2 Answers   HSBC,


What are different types of tables in sql?

0 Answers  


What is the use of sqldataadapter?

0 Answers  






What is index example?

0 Answers  


How can you tell the difference between an index and a view?

0 Answers  


How does an execution block start and end in pl sql?

0 Answers  


What are the types of SQL Statement?

3 Answers  


Which are the different case manipulation functions in sql?

0 Answers  


What is number function in sql?

0 Answers  


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...

9 Answers   Zensar,


Categories