AWS AmazonRDS documentation change
Summary
Fixed grammatical error in SQL JOIN statement example (changed 'join' to 'joins')
Security assessment
The change is purely a grammatical correction in an example query with no security implications. No security-related content was added or modified.
Diff
diff --git a/AmazonRDS/latest/UserGuide/db2-federation.md b/AmazonRDS/latest/UserGuide/db2-federation.md index 51d510f94..4cbf85dd0 100644 --- a//AmazonRDS/latest/UserGuide/db2-federation.md +++ b//AmazonRDS/latest/UserGuide/db2-federation.md @@ -13 +13 @@ By using your RDS for Db2 database as a federated database, you can continue to -You first connect your Db2 database in RDS for Db2 to remote databases. Then you can run queries against all your connected databases. For example, you can run a SQL JOIN statement that join tables in your RDS for Db2 database with tables in a remote Db2 on z/OS database. +You first connect your Db2 database in RDS for Db2 to remote databases. Then you can run queries against all your connected databases. For example, you can run a SQL JOIN statement that joins tables in your RDS for Db2 database with tables in a remote Db2 on z/OS database.