Describe the elements of the SELECT query syntax?
Answers were Sorted based on User's Feedback
Answer / guest
The select command is used SELECT the data from the
database.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the syntax of SELECT statement when embedded in a COBOL program?
Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?
How does one remove entries from the SCT02 table?
How to take backup of table in db2?
How do I delete a table in database?
What is page size in db2?
What is sqlcode -922 ?
What is ibm db2 connect?
Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..
What are the abend codes occour in ur latest PROJECT in DB2
How Plan is created while executing the query using SPUFI?
what is the use of cursors?