<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-753372489509102786</id><updated>2011-11-27T15:23:27.718-08:00</updated><title type='text'>What is RDBMS?</title><subtitle type='html'>It is an article which defines Relational Data Base System (RDBMS) and it's different features.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://x0xjezreelx0x.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/753372489509102786/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://x0xjezreelx0x.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>x0xjezreelx0x</name><uri>http://www.blogger.com/profile/09431551033752242152</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_AwbSsQqO39U/SSAfTWf0MII/AAAAAAAAABE/9z-up24RnTE/S220/27928178.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-753372489509102786.post-449910565652102257</id><published>2008-11-16T05:08:00.000-08:00</published><updated>2008-11-16T05:23:33.189-08:00</updated><title type='text'>What is RBMS?</title><content type='html'>&lt;span style="color: rgb(153, 153, 153);font-size:85%;" &gt;&lt;b style="font-family: arial; color: rgb(255, 0, 0);"&gt;RDBMS (D&lt;/b&gt;&lt;span style="color: rgb(255, 0, 0);font-family:arial;" &gt;ata&lt;/span&gt;&lt;b style="font-family: arial; color: rgb(255, 0, 0);"&gt;B&lt;/b&gt;&lt;span style="color: rgb(255, 0, 0);font-family:arial;" &gt;ase &lt;/span&gt;&lt;b style="font-family: arial; color: rgb(255, 0, 0);"&gt;M&lt;/b&gt;&lt;span style="color: rgb(255, 0, 0);font-family:arial;" &gt;anagement &lt;/span&gt;&lt;b style="font-family: arial; color: rgb(255, 0, 0);"&gt;S&lt;/b&gt;&lt;span style="font-family:arial;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;ystem)&lt;/span&gt; Software that controls the organization, storage, retrieval, security and integrity of data in a database. It accepts requests from the application and instructs the operating system to transfer the appropriate data. The major DBMS vendors are Oracle, IBM, Microsoft and Sybase (see &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.answers.com/topic/oracle-database-technology" class="ilnk" target="_top" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));"&gt;Oracle database&lt;/a&gt;&lt;span style="font-family:arial;"&gt;, &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.answers.com/topic/db2-technology" class="ilnk" target="_top" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));"&gt;DB2&lt;/a&gt;&lt;span style="font-family:arial;"&gt;, &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.answers.com/topic/sql-server-technology" class="ilnk" target="_top" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));"&gt;SQL Server&lt;/a&gt;&lt;span style="font-family:arial;"&gt; and &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.answers.com/topic/ase-technology" class="ilnk" target="_top" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));"&gt;ASE&lt;/a&gt;&lt;span style="font-family:arial;"&gt;).  MySQL is a very popular open source product (see &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.answers.com/topic/mysql" class="ilnk" target="_top" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));"&gt;MySQL&lt;/a&gt;&lt;span style="font-family:arial;"&gt;).&lt;/span&gt;&lt;/span&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;DBMSs may work with traditional programming languages (COBOL, C, etc.) or they may include their own programming language for application development.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;DBMSs let information systems be changed more easily as the organization's requirements change. New categories of data can be added to the database without disruption to the existing system. Adding a field to a record does not require changing any of the programs that do not use the data in that new field.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(255, 0, 0); font-weight: bold;font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="shw"&gt;Major Features of a DBMS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Data Security&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; The DBMS can prevent unauthorized users from viewing or updating the database. Using passwords, users are allowed access to the entire database or a subset of it known as a "subschema." For example, in an employee database, some users may be able to view salaries while others may view only work history and medical data.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Data Integrity&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; The DBMS can ensure that no more than one user can update the same record at the same time. It can keep duplicate records out of the database; for example, no two customers with the same customer number can be entered.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Interactive Query&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; A DBMS provides a query language and report writer that lets users interactively interrogate the database. These essential components give users access to all management information as needed. See &lt;a href="http://www.answers.com/topic/query-language" class="ilnk" target="_top" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));"&gt;query language&lt;/a&gt; and &lt;a href="http://www.answers.com/topic/report-writer" class="ilnk" target="_top" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));"&gt;report writer&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Interactive Data Entry and Updating&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; A DBMS typically provides a way to interactively enter and edit data, allowing you to manage your own files and databases. However, interactive operation does not leave an audit trail and does not provide the controls necessary in a large organization. These controls must be programmed into the data entry and update programs of the application.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;This is a common misconception about using a desktop computer DBMS. Creating lists of data for a user's own record keeping is one thing. However, although complete information systems can be developed with such software, it cannot be done without understanding how transactions and files relate to each other in a business system (see Database Design below). In addition, some type of programming is required, whether at a graphical drag and drop level or by using traditional languages.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Data Independence&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; When a DBMS is used, the details of the data structure are not stated in each application program. The program asks the DBMS for data by field name; for example, a coded equivalent of "give me customer name and balance due" would be sent to the DBMS. Without a DBMS, the programmer must reserve space for the full structure of the record in the program. Any change in data structure requires changing all application programs.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="shw"&gt;Database Design&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; A business information system is made up of subjects (customers, employees, vendors, etc.) and activities (orders, payments, purchases, etc.). Database design is the process of organizing this data into related record types. The DBMS that is chosen is the one that can support the organization's data structure while efficiently processing the transaction volume.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Organizations may use one kind of DBMS for daily transaction processing and then move the detail to another DBMS better suited for random inquiries and analysis.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Overall systems design decisions are performed by data administrators and systems analysts. Detailed database design is performed by database administrators.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="shw"&gt;Hierarchical, Network &amp;amp; Relational&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; Information systems are made up of related files: customers and orders, vendors and purchases, etc. A key DBMS feature is its ability to manage these relationships.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Hierarchical databases link records like an organization chart. A record type can be owned by only one owner. In the following example, orders are owned by only one customer. Hierarchical structures were widely used with early mainframe systems; however, they are often restrictive in linking real-world structures.&lt;/span&gt;&lt;/p&gt;&lt;center style="color: rgb(153, 153, 153); font-family: arial;"&gt;&lt;br /&gt;&lt;/center&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; In network databases, a record type can have multiple owners. In the example below, orders are owned by both customers and products, reflecting their natural relationship in business.&lt;/span&gt;&lt;/p&gt;&lt;center style="color: rgb(153, 153, 153); font-family: arial;"&gt;&lt;br /&gt;&lt;/center&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; Relational databases do not link records together physically, but the design of the records must provide a common field, such as account number, to allow for matching. Often, the fields used for matching are indexed in order to speed up the process.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;In the following example, customers, orders and products are linked by comparing data fields and/or indexes when information from more than one record type is needed. This method is more flexible for ad hoc inquiries. Many hierarchical and network DBMSs also provide this capability.&lt;/span&gt;&lt;/p&gt;&lt;center face="arial" style="color: rgb(153, 153, 153);"&gt;&lt;br /&gt;&lt;/center&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="shw"&gt;Object Databases&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; Certain information systems may have complex data structures not easily modeled by traditional data structures. An "object database" can be employed when hierarchical, network and relational structures are too restrictive. Object databases can easily handle many-to-many relationships.&lt;/span&gt;&lt;/p&gt;&lt;center face="arial" style="color: rgb(153, 153, 153);"&gt;&lt;br /&gt;&lt;/center&gt;&lt;p  style="color: rgb(255, 255, 255);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="shw"&gt;Intelligent Databases&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt; All DBMSs provide some data validation; for example, they can reject invalid dates or alphabetic data entered into money fields. But most validation is left up to the application programs.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;Intelligent databases provide more validation; for example, table lookups can reject bad spelling or coding of items. Common algorithms can also be used such as one that computes sales tax for an order based on zip code.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(153, 153, 153);font-family:arial;"&gt;&lt;span style="font-size:85%;"&gt;When validation is left up to each application program, one program could allow an item to be entered while another program rejects it. Data integrity is better served when data validation is done in only one place. Mainframe DBMSs were the first to become intelligent, and all the others followed suit.&lt;/span&gt;&lt;/p&gt;&lt;center face="arial" style="color: rgb(153, 153, 153);"&gt;&lt;br /&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/753372489509102786-449910565652102257?l=x0xjezreelx0x.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://x0xjezreelx0x.blogspot.com/feeds/449910565652102257/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=753372489509102786&amp;postID=449910565652102257' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/753372489509102786/posts/default/449910565652102257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/753372489509102786/posts/default/449910565652102257'/><link rel='alternate' type='text/html' href='http://x0xjezreelx0x.blogspot.com/2008/11/what-is-rbms.html' title='What is RBMS?'/><author><name>x0xjezreelx0x</name><uri>http://www.blogger.com/profile/09431551033752242152</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_AwbSsQqO39U/SSAfTWf0MII/AAAAAAAAABE/9z-up24RnTE/S220/27928178.jpg'/></author><thr:total>0</thr:total></entry></feed>
