Related questions
Question 466 - H14-231_V1.0 discussion
Relational databases provide the ability to add, delete, modify, and query local data.
A.
corresponds to the interface where data is inserted, and returns the line number of the latest inserted data when the insertion is successful, and 0 when it fails.
B.
For interfaces that update data, the return value indicates the number of rows affected by the update operation, and returns 0 if the update fails.
C.
For interfaces that delete data, the return value indicates the number of deleted data rows, and if the deletion fails, it returns 0.
D.
For APIs that query data, you cannot run native SQL statements for query operations
Your answer:
0 comments
Sorted by
Leave a comment first