From 6c0f0b14c5991136e0f80181ac3bd768f1476309 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Tue, 5 Apr 2022 13:58:33 +0000 Subject: [PATCH] update en/application-dev/database/database-relational-guidelines.md. Signed-off-by: Annie_wang --- en/application-dev/database/database-relational-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/database/database-relational-guidelines.md b/en/application-dev/database/database-relational-guidelines.md index 5de1adce75..c817a54826 100644 --- a/en/application-dev/database/database-relational-guidelines.md +++ b/en/application-dev/database/database-relational-guidelines.md @@ -116,7 +116,7 @@ The RDB provides **RdbPredicates** for you to set database operation conditions. A result set can be regarded as a row of data in the queried results. It allows you to traverse and access the data you have queried. The following table describes the external APIs of **ResultSet**. -> ![icon-notice.gif](public_sys-resources/icon-notice.gif) **NOTICE**
+> ![icon-notice.gif](../public_sys-resources/icon-notice.gif) **NOTICE**
> After a result set is used, you must call the **close()** method to close it explicitly.** **Table 7** APIs for using the result set @@ -154,7 +154,7 @@ A result set can be regarded as a row of data in the queried results. It allows You can obtain the distributed table name for a remote device based on the local table name. The distributed table name can be used to query the RDB store of the remote device. -**Table 9** API for obtaining the distributed table name of a remote device +**Table 9** APIs for obtaining the distributed table name of a remote device | Class| API| Description| | -------- | -------- | -------- | -- GitLab