How to know the primary key of a table without defining the
primary key in the table?
Answer Posted / priya shankar
If a column of the table uniquely defines each row in the
table then that column is called the Primary Key. Please
correct me if I am wrong.
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
Give the name of some fields form sqlca.
How can deadlocks be resolved?
What is package in cobol db2?
What are the bind parameters ibm db2?
How do you stop a db2 database in linux?
What are the benefits of using the db2 database?
What is the use of reorg in db2?
What is the physical storage length of timestamp data type?
How can you do the explain of a dynamic sql statement?
What is phantom read in db2?
What is a db2 tablespace?
How to access db2 tables in mainframe?
what is utility for parm lib
Is db2 a mainframe database?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?