Answer Posted / rahul k.
very nicely explained by Dinesh...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we link a sql database to an existing android app?
Can I learn sql in a week?
What is oracle pl sql developer?
Define overloaded procedure?
What is a dirty read sql?
What is a native sql query?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What are the rules to be applied to nulls whilst doing comparisons?
What is the difference between clustered and non-clustered indexes?
how to drop an existing index in mysql? : Sql dba
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
What is composite primary key in sql?
how to include character strings in sql statements? : Sql dba
What is dense_rank in sql?
What is difference between mysql and postgresql?