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
What is scrollable cursor in db2?
What is plan in cobol db2?
What is a collection in db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is explain plan in db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
Can we delete records from view?
Can you tell me how can you find out the # of rows updated after an update statement?
What is innodb buffer pool?
How is the value function used?
How many databases can be created inside an instance in db2 ?
What is collection in db2 bind?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is a plan and package in db2?
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?