Some default standards of DBMS in the Database Industry
If you are interested in database systems, database servers, standards and more I think the following information could be very useful for you. In this article I would like to show you various database standards. Most of them are default standards commonly used in database management systems (DBMSs) around the world. The idea is that you can have an in-depth understanding about how database industry standards work and what means each standard.
There are many database professionals who haven’t a deep knowledge about how database industry standard’s works. The worst part is that many of them think that there’s only a unique standard or at least if there is anything more is poorly used. I know that when you see that you are going to change your thinking abut this matter and increase your knowledge radically. Let’s now see just some of them because the database industry is full of several standards but we are going to mention only the most popular.
SQL-92: This standard is the last update of SQL database query language and contains a lot of new and improved database features. This standard is widely used in several systems around the world and was originally developed by “INCITS” which is a committee dedicate to develop different kind of database standards for commands and syntax that can be able to operate within database systems.
JDBC: It stands for “Java Database Connectivity” and consists in an API (Application Programming Interface) for Java and establishes how can be accessed a database by end-users. This standard is also very used and provides some querying and updating options in the relation databases realm.
SQLJ: This standard was originally created for a group or consortium made up members of Sun Microsystems and database vendors. SQLJ stands for (Structured Query Language - Java) and is and important standard in the database industry.
ADO.NET: This standard is widely used in our days and the owner of this is Microsoft Corporation. ADO.NET provides all the techniques in order clients can access to databases under this standard. ADO.NET works as a copy of the real database in order you don’t require be actively connected to the database. Microsoft has been working very hard with this standard and there are many developers who are currently working with it. Most of them are .NET Framework developers and programmers that are currently working with ASP.NET.
Java Data Objects (JDO): The Java Data Object is a database standard which belongs to Sun Java Community. It works as an API and works with relational and objects databases. This standard is very secure, easy to use and provide a lot of functions and features that are improved and updated very frequently.
ODMG 3.0: The Object Management Group develops this database standard. It is a consortium of professionals interested in relation mapping products and is developing several improvements to get a good position in the database industry. ODMG 3.0 just wants integrate several object programming languages such as C++, Java and many others. Also with this model you will be able to read the same database from Smalltalk, Java or C++.
More posts
Tags: database industry, DB Industry, DBMS





