What is the use of <> sql?
In pl/sql, what is bulk binding, and when/how would it help performance?
Can you load data into multiple tables at once? : aql loader
What is the relation b/w view and trigger
If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
What is difference between hql and sql?
explain what is mysql? : Sql dba
how can we find the select statement is indexed or not?
what is 'mysqlcheck'? : Sql dba
what are tables and fields? : Sql dba
i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75
How to return more than one value from a function?
How many sectors are in a partition?