write a query filter the null value data following source?
name age
john 30
smith null
null 24
sharp 35
i want output
name age
john 30
sharp 35
Answer / ramya
select * from test_1 where name is not null and age is not
null;
| Is This Answer Correct ? | 18 Yes | 2 No |
What is the most common sql injection tool?
What is sql integrity?
Do we need to rebuild index after truncate?
What is optimistic concurrency control? : Transact sql
what is msql? : Sql dba
i declare 4 procedure in package specification but in package body i write only 3 procedure. is it complie??//w
4 Answers Scope International,
Is it possible to create the following trigger: before or after update trigger for each row?
What is TABLE SPACE?
What is count * in sql?
Explain isolation levels. : Transact sql
How do I make sql search faster?
what is the difference between to_char and to_date functions?
Oracle (3259)
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)