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 integrity constraints?
What can sql server reporting services do?
Difference between views and materialized views?
Can we insert data into materialized view?
How to disable a trigger name update_salary?
What is the difference between clustered and non-clustered index in sql?
Why do we create stored procedures & functions in pl/sql and how are they different?
define sql insert statement ? : Sql dba
how do u call in & out parameters for stored procedures?
10 Answers A1 Technology, TCS, Techicon,
What is the best sql course?
What are the two types of exceptions in pl/sql?
What are the two parts of a procedure ?
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)