What is INTVAL( )and where we use

Plz any body help me



What is INTVAL( )and where we use Plz any body help me..

Answer / akash

it will return the integer value of a variable

for example

intval(42); // 42
intval(4.2); // 4
intval('42'); // 42
intval('+42'); // 42

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What is dbcc? Give few examples.

0 Answers  


What are truncate options available in sql server? : sql server database administration

0 Answers  


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

0 Answers  


What is the downside of using udf?

0 Answers  


What is dbcc command in sql server?

0 Answers  






How you can minimize the deadlock situation?

0 Answers  


What is a transaction and why is it important?

0 Answers  


What is the minimum recommended amount of ram for sql server 2012 enterprise?

0 Answers  


1.How to check the backup file details if we do not have access to that folder 2.how to check the backup file size without connecting to the folder

3 Answers   CarrizalSoft Technologies, IBM,


What are the different subsets of sql?

0 Answers  


What is the difference RDBMS and Graph Database?

0 Answers   EXL,


What is @@rowcount in sql?

0 Answers  


Categories