ExamGecko
Question list
Search
Search

Related questions











Question 466 - H14-231_V1.0 discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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
Answers
D.
For APIs that query data, you cannot run native SQL statements for query operations
Suggested answer: B, C
asked 18/09/2024
shridhar deshpande
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first