Is primary key is clustered index?
No Answer is Posted For this Question
Be the First to Post Answer
How do you create a db file?
What is indexing oracle sql?
What is rownum and rowid?
I have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement.
what are the advantages of cursors than procedures?
what are the limitations of identity column? : Transact sql
Explain the order of sql statement execution?
What is a scalar value in sql?
What is materialized view in sql?
how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?
What is example of database?
what is a trigger in mysql? : Sql dba