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 are the query optimization techniques?
differentiate between float and double. : Sql dba
What are the different types of PL/SQL program units that can be defined and stored in ORACLE database ?
Source is Sales Table: Sno Prod Sales Sales_Amount 1 A 10 2000 2 A 20 1000 3 C 10 3000 4 D 30 4000 5 A 20 1000 Target : Sales_Count T_Sales_Amt Sales_Count(A) T_Sales_Amt(A) 90 11000 50 4000 In single query, pls tell me.
What is a temporal table?
what are different types of keys in sql?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is the use of primary key?
How can you create Cursor with parametres ?
What is sql profiling in oracle?
what are date and time data types? : Sql dba
Can you call pl/sql package functions from within a fast formula?
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)