Why are sql functions used?


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

Post New Answer

More SQL Server Interview Questions

Let’s say the table in the database is named as TBL_Register. The fields in this table include: 1. User_Name, 2. User_Telephone, 3. Register_Date The field Register_Date stores the current date and time of the registration. Write the SQL statement that inserts the data into the table.

2 Answers   Techno Solutions,


What is the difference between varchar and nvarchar types?

1 Answers  


What’s the use of custom fields in report?

0 Answers  


Where do we use trace frag?

0 Answers  


what's the difference between a primary key and a unique key? : Sql server database administration

0 Answers  






Differentiate between sql temp table vs table variable?

0 Answers  


What is the difference between a stored procedure and a user defined function in sql server?

2 Answers   Millennium,


Magic Tables ?

2 Answers   Thomson Reuters,


Explain temporary table vs table variable by using cursor alternative?

0 Answers  


What do you mean by stored techniques? How would we use it?

0 Answers  


How to create a user to access a database in ms sql server using "create user" statements?

0 Answers  


I am using SQL Server 2005, I have some select and update statements in my query with WHERE clause I want to prevent these queries from SQL injection attacks. What are the steps and precautions to be taken for SQL Injection attacks? Does anybody have suggestions? Thanks in advance,

2 Answers  


Categories