Skip to content

Commit 88378c0

Browse files
author
Kevin Martin
committed
typo fix
1 parent e8bb824 commit 88378c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ FROM
253253

254254
Table and view names should be singular, for example, "Customer" instead of "Customers". This rule is applicable because tables are patterns for storing an entity as a record – they are analogous to Classes serving up class instances. And if for no other reason than readability, you avoid errors due to the pluralization of English nouns in the process of database development. For instance, activity becomes activities, ox becomes oxen, person becomes people or persons, alumnus becomes alumni, while data remains data.
255255

256-
If writing code for n data integration and the source is plural keep the staging/integration tables the same as the source so there is no confusion.
256+
If writing code for a data integration and the source is plural keep the staging/integration tables the same as the source so there is no confusion.
257257

258258

259259

0 commit comments

Comments
 (0)