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 vector point function?
What is the difference between clustered and non-clustered indexes?
what does the t-sql command ident_current does? : Transact sql
write a query to display diference between two dates in sql server
How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')
Does sql between include endpoints?
What is a memo field?
what is check constraint? : Sql dba
i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.
What is trigger price?
How to convert comma separated string to array in pl/sql?
What is the function that is used to transfer a pl/sql table log to a database table?
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)