What is INTVAL( )and where we use
Plz any body help me
Answer Posted / 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 View All Answers
How do triggers work?
Write a program using SQL queries to find a unique entry in a table.
what do you understand by change data capture?
What is an execution plan?
List the different types of collation sensitivities in sql server?
Difference between connected and disconnected database in .net with sql server?
Do you know query execution plan?
What is an inner join?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
Why should one not prefix user stored procedures with ‘sp_’?
What functions can a view be used to performed?
What is the default value of an integer data type in sql server 2005?
What is an sql server agent?
Explain raiserror in sql server?
What do you know about normalization and de- normalization?