What is the difference between syntax error and runtime error?
What are the operators in sql?
What is %type in pl sql?
what are myisam tables? : Sql dba
How to pipe multiline string to isql?
What is dynamic query?
Which is faster count (*) or count 1?
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 can i create a user defined datatype
if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time
Is time a data type in sql?
what is global temporary tables and how use that tables in pl/sql packages
What are different clauses used in sql?