Raymond F. Boyce

Print Print
Reading time 4:6

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

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

Biography

Boyce grew up in New York, and went to college at Providence College, from which he graduated in 1968. He earned his PhD in computer science at Purdue in 1972. His wife Sandy, 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 Sandy and his infant daughter Kristin.

SQL

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.[1] 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.[1] Today, SQL has become the most widely used relational database language.[2]

Boyce-Codd normal form

Boyce–Codd normal form (or 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

  1. ^ a b Chris Collins (20 May 2007). "History of SQL". blog.
  2. ^ "Structured Query Language (SQL)". International Business Machines. October 27, 2006. Retrieved 2007-06-10.

Further reading

By: Wikipedia.org
Edited: 2021-06-19 11:08:39
Source: Wikipedia.org