if you ctreate table identity
Answer / Arunesh Ranjan
Creating an identity column in a table automatically assigns unique values to each new row as it is inserted into the table. This can be useful for primary key or auto-increment purposes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the restrictions in a oracle read only transaction?
How to use an explicit cursor without open statements?
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
how to find the n'th highest salary from emp ?
What is open database communication (odbc) in oracle?
What is the difference between truncate & delete command?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
What happens to the current transaction if the session is ended?
how to get last monday of a month?
How to commit the current transaction in oracle?
What is a data lock in oracle?
What is Virtual Private Database in Oracle?