Raymond F. Boyce

From Wikipedia, the free encyclopedia
Ray Boyce
Born1946 (1946)
DiedJune 16, 1974(1974-06-16) (aged 27–28)
Known for
Scientific career
FieldsComputer Science
InstitutionsIBM

Raymond Francis Boyce (1946–1974) was an American computer scientist known for his research in relational databases. He is best known for his work co-developing the SQL database language and the Boyce-Codd normal form.

Biography[edit]

Boyce grew up in New York, and went to college at Providence College,[1] from which he graduated in 1968. He earned his PhD in computer science at Purdue in 1972. His wife Sanndy,[2] whom he met in college, was a nurse. After leaving Purdue, he worked on database projects for IBM in Yorktown Heights, New York. In the short period that he had, which was not quite two years long, he co-developed Boyce–Codd normal form. Together with Donald D. Chamberlin, he co-developed Structured Query Language (SQL) while managing the Relation Database development group for IBM in San Jose, California. He died in 1974 as a result of an aneurysm, leaving behind his wife Sanndy[2] and his infant daughter Kristin.

SQL[edit]

SQL was initially co-developed at IBM by Boyce alongside Donald D. Chamberlin in the early 1970s. Initially called SEQUEL (Structured English Query Language) and based on their original language called SQUARE (Specifying Queries As Relational Expressions). SEQUEL was designed to manipulate and retrieve data in relational databases. By 1974, Chamberlin and Boyce published “SEQUEL: A Structured English Query Language” which detailed their refinements to SQUARE and introduced us to the data retrieval aspects of SEQUEL.[3] It was one of the first languages to use Edgar F. Codd's relational model. SEQUEL was later renamed to SQL by dropping the vowels, because SEQUEL was a trade mark registered by the Hawker Siddeley aircraft company.[3] Today, SQL has become the most widely used relational database language.[4]

Boyce-Codd normal form[edit]

Boyce–Codd normal form (BCNF) was developed in 1974 by Boyce and Edgar F. Codd. It is a type of normal form that is used in database normalization. The goal of relational database design is to generate a set of database schemas that store information without unnecessary redundancy. Boyce-Codd accomplishes this and allows users to retrieve information easily. Using BCNF, databases will have all redundancy removed based on functional dependencies. It is a slightly stronger version of the third normal form.

References[edit]

  1. ^ "Dean's List Released For Past Semester". The Cowl. Providence College. September 27, 1967.
  2. ^ a b Chamberlin, Donald (July 21, 2009). "Chamberlin, Donald oral history" (PDF). Oral history collection (Interview). Interviewed by Paul McJones. Mountain View, California: Computer History Museum. p. 19.
  3. ^ a b Chris Collins (20 May 2007). "History of SQL". blog.
  4. ^ "Structured Query Language (SQL)". International Business Machines. October 27, 2006. Retrieved 2007-06-10.

Further reading[edit]