write a query to remove null following table are id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output format like id name 101 dinesh 102 suresh 103 prakesh
3 7840one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows only how should u write query?
9 11074one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows in the table permanently and i want output in the above formatow should u write query?
13 23709Post New TCS SQL PLSQL Interview Questions
If Web site developer want to evaluate their current authoring tool, where would they start?
In case of we are not saving the information as cookies. how server detects the same user?
What are streams in java 8?
when does communication take place in a business
Explain about each property used in mechanics?
When will exchange 2003 sp1 be available?
How to debug a payroll run?
What is the use of view model in asp.net mvc?
Explain what is the difference between olap and datawarehosue?
Why is it called excel?
Explain linked server in sql?
Can beneficiary claim the policy if the insured person is missing or disappeared for several years? : insurance sales
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
What are the benefits of big data?
Write SQL queries on Self Join and Inner Join.