<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Feature Class Naming Convention: Singular or Plural in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166108#M9278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt; I think it is much more important to agree to all upper case table names and removing underscores from table names. Those type of standards can stick. One standard for the Object Name in the database and another standard for the business names in Aliases and Layers is also normal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object Naming: Many customers I have worked with use the singular for a table name and multiple in the case of a feature class. A single point on a map can often represent more than one business unit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G. Transformers with a 1:M relationship to a table named Transformer Unit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, it is all configurable now. You can always alias or create layer names for the end users to see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2014 23:41:24 GMT</pubDate>
    <dc:creator>RobRader1</dc:creator>
    <dc:date>2014-10-07T23:41:24Z</dc:date>
    <item>
      <title>Feature Class Naming Convention: Singular or Plural</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166105#M9275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After over 20 years of being cowboys my agency has finally decided they want one standard shared by both the traditional business side and the GIS side.&amp;nbsp; Our business database developers have use and argue for all table names to be singular.&amp;nbsp; When looking at the wild west, aka GIS folks, I see a combination between using singular and plural in feature class names.&amp;nbsp; I understand the needs for standards but non-GIS databases are hidden behind user &lt;SPAN style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;interfaces and application &lt;/SPAN&gt;where as most of our users are looking straight at the data in ArcMap / ArcCatalog.&amp;nbsp; Some feature class names just sound more natural using the plural like Cities vs City. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are others doing for feature class naming conventions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 23:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166105#M9275</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2014-10-06T23:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class Naming Convention: Singular or Plural</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166106#M9276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally, from a GIS perspective I think it makes way more sense to use the plural form as the feature class/table is a collection of objects. However, for database developers it often makes more sense to use the singular version - for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Singular:&lt;/P&gt;&lt;P&gt;SELECT City.Name FROM City WHERE City.ID = 42&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plural:&lt;/P&gt;&lt;P&gt;SELECT Cities.Name FROM Cities WHERE Cities.ID = 42&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this context the singular table name makes more sense to me. However, as you correctly point out in most cases this detail is totally hidden from the end user. Also, most modern development uses Object Relational Mapping (ORM) that abstracts away the raw SQL code and would let you have a table named Cities but work with properties such as City.Name for your objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of interest, Microsoft's Entity Framework creates plural table names by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way at least your agency is developing a single standard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 22:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166106#M9276</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-10-07T22:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class Naming Convention: Singular or Plural</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166107#M9277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you can tell your database developers:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;you must be a pirate for the pirate's code to apply..., and the code is more what you'd call "guidelines" than actual rules (Capt. Barbossa)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 22:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166107#M9277</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-10-07T22:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class Naming Convention: Singular or Plural</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166108#M9278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt; I think it is much more important to agree to all upper case table names and removing underscores from table names. Those type of standards can stick. One standard for the Object Name in the database and another standard for the business names in Aliases and Layers is also normal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object Naming: Many customers I have worked with use the singular for a table name and multiple in the case of a feature class. A single point on a map can often represent more than one business unit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G. Transformers with a 1:M relationship to a table named Transformer Unit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, it is all configurable now. You can always alias or create layer names for the end users to see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 23:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166108#M9278</guid>
      <dc:creator>RobRader1</dc:creator>
      <dc:date>2014-10-07T23:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class Naming Convention: Singular or Plural</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166109#M9279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I much prefer Pascal case for table names as it is easier for users to read - for example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CITYPARKS&lt;/LI&gt;&lt;LI&gt;CityParks&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 01:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166109#M9279</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-10-08T01:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class Naming Convention: Singular or Plural</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166110#M9280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow..."... Our business database developers have use and argue for all table names to be singular..."&amp;nbsp; must be such a sad place to work...or humorous &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will continue to use&lt;STRONG&gt; Mathematics, Rhetorics, scissors, short, series,&amp;nbsp; news, headquarters, civics blues and billiards &lt;/STRONG&gt;and they must have one H of a time identifying the singular from the plural in this list bison, buffalo, deer, &lt;STRONG&gt;&lt;A href="http://en.wikipedia.org/wiki/English_plurals"&gt;duck,&amp;nbsp; fish, moose, pike, plankton, salmon, sheep, squid, swine, trout&lt;/A&gt;&amp;nbsp; ... &lt;/STRONG&gt;Me thinks they are getting their&lt;STRONG&gt; "trouser"&lt;/STRONG&gt; in a tizzy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pray that Geographers, Geomaticians and Cartographers continue to&amp;nbsp; rail....&amp;nbsp;&amp;nbsp; È contro questo che volete &lt;SPAN class="sel"&gt;inveire&lt;/SPAN&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 07:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166110#M9280</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-10-08T07:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class Naming Convention: Singular or Plural</title>
      <link>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166111#M9281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that it is easier on the eyes, but that is where I would lean towards the alias being Pascal and the actual table name being all upper.With the fact that databases can be case sensitive now for table names, it makes mixed case a bit of a problem for programmers and sql developers alike. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 20:09:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/feature-class-naming-convention-singular-or-plural/m-p/166111#M9281</guid>
      <dc:creator>RobRader1</dc:creator>
      <dc:date>2014-10-08T20:09:45Z</dc:date>
    </item>
  </channel>
</rss>

