what is self join and why is it required? : Sql dba
Answer / suresh pagadala
Self join is nothing but the table performs join condition itself same table is called self join
Is This Answer Correct ? | 0 Yes | 0 No |
what are the advantages and disadvantages of cascading style sheets? : Sql dba
How do I make sql search faster?
discuss about myisam index statistics collection. : Sql dba
how can we replace the particular column value of a resulted set of executed query? I mean write down a sql query to chane the particular column's value of a resulted set of executed query
what is difference between stored procedures and application procedures,stored function and application function?
I Defined SP1, Sp2 (sp=StoreProcedures)In Package Specification but I Implemented Sp1, sp2, sp3, sp4, sp5 then What type of Error You will find????
Can a procedure in a package be overloaded?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
how to create a new view in mysql? : Sql dba
What is the Diff b/w Constraints and Trigeer
Can we have two clustered index on a table?
What is delimiter sql?