SQL/MySQLStructured Query Language is a standard interactive programming language used for getting information from and updating to a database. Many database products support SQL. Queries take the form of a command language that lets you select, insert, update, find out the location of data, and so forth. mySQL is a popular database program used primarily for the web. |