What are sql functions? Describe in brief different types of sql functions?
what are the advantages of sql ? : Sql dba
What is pl/sql table? Why it is used?
How do I create an index in word?
how to check myisam tables for errors? : Sql dba
define different types of trigger. : Sql dba
what is an index? : Sql dba
What is secondary key?
How do I view output in sql developer?
one 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?
How to create a table using constraints... IF i change the PARENT KEY value ,then CHILD KEY table will also to change in the another table... plz reply ur answers @ mak2786@gmail.com Arunkumar
How do I run a sql trace?
Can we call a function containing dml statements in a select query?