<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.databases Google Group</title>
  <link>http://groups.google.com/group/comp.databases</link>
  <description>Database and data management issues and theory.</description>
  <language>en</language>
  <item>
  <title>FilemakerMagic - Blog about tips and useful help on Filemaker</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/45fb6a57b2e95d1c/5caba4b089ef1afa?show_docid=5caba4b089ef1afa</link>
  <description>
  I inform you that on the web &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://filemakermagic.blogspot.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; have a selection of good tricks in Filemaker. &lt;br&gt; I hope you like. &lt;br&gt; Javier
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/45fb6a57b2e95d1c/5caba4b089ef1afa?show_docid=5caba4b089ef1afa</guid>
  <author>
  jose...@gmail.com
  </author>
  <pubDate>Sun, 07 Sep 2008 13:23:52 UT
</pubDate>
  </item>
  <item>
  <title>FAST &#39;09 Call For Papers Deadline Approaching</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/0eedad3aab91d33e/61948887752f49de?show_docid=61948887752f49de</link>
  <description>
  The 7th USENIX Conference on File and Storage Technologies (FAST &#39;09) &lt;br&gt; Program Committee would like to remind you that the deadline to &lt;br&gt; contribute to the refereed papers is quickly approaching. Paper &lt;br&gt; submissions are due 9:00 p.m. EDT, September 12, 2008. &lt;br&gt; FAST &#39;09 brings together storage system researchers and practitioners to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/0eedad3aab91d33e/61948887752f49de?show_docid=61948887752f49de</guid>
  <author>
  l...@usenix.org
  (Lionel Garth Jones)
  </author>
  <pubDate>Thu, 04 Sep 2008 20:54:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: separate columns or separate table?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/e9fc5894eb118fae?show_docid=e9fc5894eb118fae</link>
  <description>
  Frank, &lt;br&gt; There are no digits after comma, so I would rather see this as INTEGER &lt;br&gt; or CHAR(10) - depending on the requirements for your account number. &lt;br&gt; The later. Even first normal form requires the table to have a primary &lt;br&gt; key. You could not reliably access a row without and you can not &lt;br&gt; prevent duplicated insertions in that table destroying your query
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/e9fc5894eb118fae?show_docid=e9fc5894eb118fae</guid>
  <author>
  post.phil...@googlemail.com
  (Philipp Post)
  </author>
  <pubDate>Wed, 03 Sep 2008 10:30:35 UT
</pubDate>
  </item>
  <item>
  <title>Free Database Programs</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/e5149e71a6ac09b1/82e0973da221f7e3?show_docid=82e0973da221f7e3</link>
  <description>
  Supports importing and exporting. Prints entire database or selected records. Self contained database. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.newdatabases.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Not impressed? Help us improve this database! &lt;br&gt; Send suggestions or requests for new or custom databases and be sure to include necessary field namess and field types. &lt;br&gt; Example:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/e5149e71a6ac09b1/82e0973da221f7e3?show_docid=82e0973da221f7e3</guid>
  <author>
  ni...@nd.com
  (NewDatabases. com)
  </author>
  <pubDate>Wed, 03 Sep 2008 04:00:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: separate columns or separate table?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/5aa446ce7a37fc84?show_docid=5aa446ce7a37fc84</link>
  <description>
  [snip] &lt;br&gt; It is not a number. Quick test: Do you ever perform arithmetic &lt;br&gt; operations on it? If not, it is a string. &lt;br&gt; One advantage that strings have over numbers is that leading &lt;br&gt; zeroes will not be suppressed. People with ZIP Codes starting with a &lt;br&gt; zero have been bit by this when trying to use Web pages. (If the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/5aa446ce7a37fc84?show_docid=5aa446ce7a37fc84</guid>
  <author>
  ge...@ocis.net
  (Gene Wirchenko)
  </author>
  <pubDate>Wed, 03 Sep 2008 00:30:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: separate columns or separate table?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/0ed3a2ab89253fe8?show_docid=0ed3a2ab89253fe8</link>
  <description>
  &amp;lt;ca6d100e-1b01-4d53-8942-40907 6bdc...@t54g2000hsg.googlegrou ps.com&amp;gt;, &lt;br&gt; Thanks for the comments, Philipp! I have a few comments on your comments. &lt;br&gt; &lt;p&gt;Most of our account numbers are ten decimal digits, which is why I chose &lt;br&gt; this. What do you think is strange about it? &lt;br&gt; Mandatory as in &amp;quot;can&#39;t create the table without it&amp;quot; or as in &amp;quot;highly
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/0ed3a2ab89253fe8?show_docid=0ed3a2ab89253fe8</guid>
  <author>
  frank.swarbr...@efirstbank.com
  (Frank Swarbrick)
  </author>
  <pubDate>Tue, 02 Sep 2008 21:12:58 UT
</pubDate>
  </item>
  <item>
  <title>Location Intelligence where to from here?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/69a5611c12e278d5/ae8049186eb855ef?show_docid=ae8049186eb855ef</link>
  <description>
  Most people have heard of location intelligence tools such as Google &lt;br&gt; Maps, or Geographic Information Systems (GIS). Indeed, mapping &lt;br&gt; technology is used everywhere and can be accessed easily online, from &lt;br&gt; a phone, and on the road. But can these applications be used &lt;br&gt; successfully in a business information and reporting context? The
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/69a5611c12e278d5/ae8049186eb855ef?show_docid=ae8049186eb855ef</guid>
  <author>
  i...@yellowfin.com.au
  (Yellowfin Team)
  </author>
  <pubDate>Tue, 02 Sep 2008 13:14:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Data versioning for database entity?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/f3895cd916a2f418/3f3c4dc4cf5d9b78?show_docid=3f3c4dc4cf5d9b78</link>
  <description>
  Both are viable options. You can even make user&#39;s life simpler with &lt;br&gt; option two by defining a set of views that always present the current &lt;br&gt; valid set of data only. &lt;br&gt; It probably depends on other factors which solution you pick. For &lt;br&gt; example, if you have a lot of versions you will end up with tables with
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/f3895cd916a2f418/3f3c4dc4cf5d9b78?show_docid=3f3c4dc4cf5d9b78</guid>
  <author>
  shortcut...@googlemail.com
  (Robert Klemme)
  </author>
  <pubDate>Mon, 01 Sep 2008 17:05:14 UT
</pubDate>
  </item>
  <item>
  <title>Data versioning for database entity?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/f3895cd916a2f418/dd9d5f22534506aa?show_docid=dd9d5f22534506aa</link>
  <description>
  I&#39;m looking for some help on how to design a schema that covers data &lt;br&gt; versioning on a database entity. &lt;br&gt; For example: there is a requirement for a database to store details of &lt;br&gt; a company&#39;s products for all staff to view. The &#39;product&#39; entity &lt;br&gt; comprises of a main product table and multiple subordinate data tables
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/f3895cd916a2f418/dd9d5f22534506aa?show_docid=dd9d5f22534506aa</guid>
  <author>
  dav...@dsl.pipex.com
  (davout)
  </author>
  <pubDate>Sun, 31 Aug 2008 12:18:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: separate columns or separate table?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/1a14d0013b0490ac?show_docid=1a14d0013b0490ac</link>
  <description>
  Frank, &lt;br&gt; -- services used by customers by call &lt;br&gt; -- a customer can request for the account balance for all of his &lt;br&gt; accounts &lt;br&gt; CREATE TABLE Calltrak.Call_Segments &lt;br&gt; (call_id INTEGER NOT NULL &lt;br&gt; REFERENCES Calls(call_id), &lt;br&gt; service_code CHAR(1) NOT NULL &lt;br&gt; REFERENCES Services(service_code), &lt;br&gt; acct_nbr DECIMAL(10) NOT NULL -- decimal looks a bit strange for
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/1a14d0013b0490ac?show_docid=1a14d0013b0490ac</guid>
  <author>
  post.phil...@googlemail.com
  (Philipp Post)
  </author>
  <pubDate>Fri, 29 Aug 2008 14:15:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: separate columns or separate table?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/320f5ed23cb62c0f?show_docid=320f5ed23cb62c0f</link>
  <description>
  &amp;lt;7b5644e4-96a2-4fa2-8b89-440eb 9c13...@c58g2000hsc.googlegrou ps.com&amp;gt;, Ed &lt;br&gt; one &lt;br&gt; I wouldn&#39;t say that each services is *performed* at most once per call. &lt;br&gt; Only that each services is *recorded* at most once per call. :-) &lt;br&gt; Actually, that isn&#39;t quite correct. The table is actually what we call &lt;br&gt; &amp;quot;call segments&amp;quot;, where a &amp;quot;call&amp;quot; can consist of more than one call segment,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/320f5ed23cb62c0f?show_docid=320f5ed23cb62c0f</guid>
  <author>
  frank.swarbr...@efirstbank.com
  (Frank Swarbrick)
  </author>
  <pubDate>Thu, 28 Aug 2008 23:37:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: separate columns or separate table?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/63bcc5bf581d396f?show_docid=63bcc5bf581d396f</link>
  <description>
  Hello. &lt;br&gt; I should say sorry, if I get it wrong, but what about bit fields then? &lt;br&gt; You could store IDs in SERVICE_CODES table as a powers of 2 and then &lt;br&gt; store and retrieve them from SERVICES table using BITAND operation? &lt;br&gt; Not sure how this compares with relational databases theory, but it &lt;br&gt; just struck me as an idea...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/63bcc5bf581d396f?show_docid=63bcc5bf581d396f</guid>
  <author>
  butkus.jus...@gmail.com
  (Justas Butkus)
  </author>
  <pubDate>Thu, 28 Aug 2008 08:44:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: separate columns or separate table?</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/dd7d883fe17b88e6?show_docid=dd7d883fe17b88e6</link>
  <description>
  On Aug 22, 1:26 pm, &amp;quot;Frank Swarbrick&amp;quot; &amp;lt;Frank.Swarbr...@efirstbank.co m&amp;gt; &lt;br&gt; wrote: &lt;br&gt; so each service is performed AT MOST once per call? looks like it &lt;br&gt; based on the COBOL &lt;br&gt; why the ID?? you don&#39;t need it!    &lt;br&gt; The PK of this table should be (CALL_ID, SERVICE_CODE) Why add the &lt;br&gt; indirect ID column &lt;br&gt; Can you create a view with an INSTEAD OF trigger? (You failed to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/13a8bf1b2e9f2a8e/dd7d883fe17b88e6?show_docid=dd7d883fe17b88e6</guid>
  <author>
  edproc...@gmail.com
  (Ed Prochak)
  </author>
  <pubDate>Wed, 27 Aug 2008 16:01:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem in search when value contents single quote (&#39;) in where clause</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/cb7d094008193597/a790a506a2a49cea?show_docid=a790a506a2a49cea</link>
  <description>
  Try: &lt;br&gt; babal&#39;&#39;s First event &lt;br&gt; /Lennart
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/cb7d094008193597/a790a506a2a49cea?show_docid=a790a506a2a49cea</guid>
  <author>
  erik.lennart.jons...@gmail.com
  (Lennart)
  </author>
  <pubDate>Wed, 27 Aug 2008 15:55:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: continue to:DB2 from Yoav</title>
  <link>http://groups.google.com/group/comp.databases/browse_thread/thread/e17b253c13093e02/300486ea7f71d618?show_docid=300486ea7f71d618</link>
  <description>
  Frankly, this is the very moment where you should step back for a moment &lt;br&gt; and read some introductory material about relational databases in &lt;br&gt; general and DB2 in special. I am sure even DB2 documentation will &lt;br&gt; provide some sort of overview. &lt;br&gt; Cheers &lt;br&gt; robert
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.databases/browse_thread/thread/e17b253c13093e02/300486ea7f71d618?show_docid=300486ea7f71d618</guid>
  <author>
  shortcut...@googlemail.com
  (Robert Klemme)
  </author>
  <pubDate>Wed, 27 Aug 2008 06:17:25 UT
</pubDate>
  </item>
  </channel>
</rss>
