why we go for SPUFI for creating tables or for sql queries?
Answers were Sorted based on User's Feedback
Answer / girish kumar
By using SPUFI we can get the error code when the query fails, and at a time we can execute multiple queries.
QMF doesn't support to execute multiple queries at a time.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vijay krishna
SPUFI is abbreviated as SQL Processing for File Input.
Through SPUFI, you can execute a set of queries one time by
feeding an input file and whereas through QMF, you can
execute only one query at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satty
becoz spufi is interactive and spontaneous which makes user
to create faster and allows user to know whats wrong when
there is error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hemant
see man first of all we need to know full form of sql..it
is structured query language...now why we use sql.this
question arises
| Is This Answer Correct ? | 1 Yes | 2 No |
What are some SQL aggregates and other built-in functions?
How to access db2 tables in mainframe?
What is image copy?
What is the clustering index in the db2 database?
Which catalog tables contain authorization information?
What are the four lockable units for DB2?
Define sqlca.
How to resolve -803 sql code in DB2?
What is the role of the data page in the db2 database?
What are catalog tables in db2?
What are the prerogatives?
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?