What is isnull() operator?
Answer / Tarakeshwar Kumar Puri
The ISNULL function in SQL Server returns a specified value if an expression is null, otherwise it returns the original expression. Here is an example: SELECT ISNULL(ColumnA, 'DefaultValue') FROM YourTableName;
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of floor function?
How to declare a cursor with "declare ... Cursor" in ms sql server?
Explain ms sql server reporting services vs crystal reports?
What is key set driven?
Why SQL Agent is used?
How to get a list of columns in a view using the "sp_help" stored procedure?
What is a trigger in sql server?
What is log shipping? Can we do logshipping with SQL Server 7.0 ?
Explain error handling in ssis?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
Do you know what are various aggregate functions that are available?
what is a cursor and what is its use?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)