We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Questions on Data Types
1. What are the different data types available in MS SQL?
2. What is the difference between CHAR and VARCHAR? 3. Explain the differences between NCHAR and NVARCHAR. 4. What is the DATETIME data type? How does it differ from DATE and TIME? 5. What is the purpose of the MONEY and SMALLMONEY data types? 6. How would you choose between using FLOAT and REAL data types? 7. What are the fixed and variable-length data types in SQL Server? 8. How does the UNIQUEIDENTIFIER data type work? When would you use it? 9. What is the difference between TEXT and NTEXT data types? 10. How would you ensure data integrity when using different data types?