write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24
2 6039i want to convert below src into target src is as follows maths 30 science 20 social 81 i want data in trg like below maths science social 30 20 81
2 7739write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000
1 4511Post New HP Informatica Interview Questions
Are applications using dojo mobile accessible?
How do you create a validation rule?
Differentiate between SMTP and SNMP
What is Trigger in Oracle?
Disadventage of cable-gland earthing if any ?
What is a local repository and when will you use it?
What do you understand by a closure in scala?
Is selection sort greedy?
Define big data analytics?
List the storage locations for vm images in openstack
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
How do you classify lathes?
What is object spy in quicktest professional?
How do you write comments in python?
What is httpservlet and how it is different from genericservlet?