2005 LinuxQuestions.org Members Choice AwardsThis forum is for the 2005 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2005. This is your chance to be heard! Voting ends March 6th.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
there especially "Under the standard rules for arithmetic on integers, rational numbers, real numbers and complex numbers, division by zero is undefined. Division by zero must be left undefined in any mathematical system that obeys the axioms of a field."
Hrm. A quick google (ansi sql divide by zero) shows that ANSI SQL92 apparently requires that division by zero is an error. Unfortunately, http://troels.arvin.dk/db/rdbms/ doesn't tell us what most databases do, though that google search tends to indicate that Sybase and MSSQL are the only two that give you an option here (which at least on MSSQL defaults to divide by zero is an error). Google shows that Oracle, DB2, Firebird and (I think) SQLite all consider 5/0 an error. So even if math folks have decided that division by zero is undefined, databases certainly feel it an error (actually computers in general deem it to be an error). So, yet another case where MySQL throws out the standards for no good reason. If they had wanted to allow this for people who it would make life easier on, the correct way would have been to provide an option to allow divide by zero = NULL, and have it default to off (ie: what MSSQL does). But MySQL has never seemed to be interested in doing things the right way.
MySQL now have one of Database pioneers, Jim Starkey, who created Interbase (count Firebird here too) so their future looks bright, but only if they do what Jim says :-)
MySQL is NOT open, with their dual license... Firebird and PostgreSQL are!
That's an if that's unlikely to happen. They've had some clued folks over there for years, yet there's still all kinds of broken-ness.
I spent the week before last at a gathering of a hundred or so full time employee MySQL developers. That included much face to face architecture discussion with Jim and Ann and others. Jim is listening to MySQL people and MySQL people are listening to Jim. It was a fun week. Lots of really productive activity.
There's broken-ness. Nobody should bet their business on it remaining.
I'd vote for the Yugo if I wanted to take over the world. The Rolls Royce manufacturing doesn't scale while I've used MySQL at Wikipedia in place that scaled from one shared box to top 10 web site in the world. All have interesting properties but MySQL is the open source one that's been proved in practice by lots of people. I've also used Sybase, Oracle and MS SQL Server in the past, but not for that level of performance demand. Nobody would argue that a Yugo is pretty but it is cost-effective when it comes to getting people moved from one place to another.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.