Other News

Community

Getting to XML

(Sean Dillon) Oracle users have grown accustomed to using the SQL interface to interact with a database. To put data in, you use the INSERT statement. To change existing data, you use an UPDATE, and to remove data, you use a DELETE. Security is accomplished with GRANT and REVOKE statements.