What is difference between rank () row_number () and dense_rank () in sql?
What is a system versioned table?
Can we use commit or rollback in trigger? If yes, then how. Please explain with a suitable example?
What is a loop in sql?
If I have a table T with 4 rows & 2 columns A & B. A has values 1,2,3,4. and B has 10,20,30,40. Write an Update SQL query which can Swap the values of A & B for all records. (Do not use a sub-query)
what are rollup and cube in t-sql? : Transact sql
can i give user defined exception in a package
Is sql a scripting language?
What is the difference between DELETE and TRUNCATE?
15 Answers Johns Hopkins University, Tech Mahindra,
How do you know if a relationship is 2nf?
What is a left join?
If we have n no of columns in a table, can we add new column in that table with not null constraint?
Determine if oracle date is on a weekend?