What is error ora-12154: tns:could not resolve the connect identifier specified?
What are the differences between in and exists clause?
Define implicit and explicit cursors.
how to see the oracle 9i/10g table in pc? or In my pc where the table is saved and how to see?
What is user defined functions?
can sql servers linked to other servers like oracle? : Sql dba
describe transaction-safe table types in mysql : sql dba
What is fmtonly in sql?
What is the difference between inner join and natural join?
Is sql workbench free?
How do you remove duplicate records from a table?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
wirte a query to remove null? following table are col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output like col1 col2 col3 dinesh suresh prkaesh