If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?
Answer Posted / reddibasha
No, it is not equivalent practically.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
20. Using a set operator, display the client number of all clients who have never placed an order.
Explain the blob datatype?
In the oracle version 9.3.0.5.0, what does each number shows?
What is columnar storage what is the advantage?
What is recycle bin in Oracle?
What is sequence?
What is the minimum client footprint required to connect c# to an oracle database?
What do you understand by database schema and what does it hold?
What happens if you use a wrong connect identifier?
What are the arithmetic operations?
what is IDE,DMV in sql server?
How to define default values for formal parameters?
How to export your connection information to a file?
How to display row numbers with the records?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.