answersLogoWhite

0

since the relational database is created by us so changes can be updated by us .automation updating is null.....

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What problems associated with storing data in a list is avoided by storing data in a relational database?

Relational databases provide support for complex queries and relationships between data tables, which is not easily achieved when using a list data structure. Additionally, relational databases offer features like data integrity constraints (such as unique keys and foreign keys) that help ensure data consistency and accuracy. Scalability and performance can also be better managed in a relational database compared to using a list for storing data.


What are the benefits of using a Relational Database?

Relational databases offer structured data storage, data integrity through constraints like foreign keys, efficient querying using SQL, and support for complex data relationships through normalization.


Why is it better to use a relational database instead of a flat file database?

Relational database has many advantages over the flat file database: 1. Avoids data duplication. 2. Avoids inconsistent records. 3. Easier to change data. 4. Easier to change data format. 5. Data can be added and removed easily. 6. Easier to maintain security.


What is the main categories in databases?

The main categories of databases include relational databases, which use structured query language (SQL) to manage data in tables with predefined relationships; NoSQL databases, which are designed for unstructured or semi-structured data and offer flexibility in data models; object-oriented databases, which store data in the form of objects as used in object-oriented programming; and graph databases, which focus on the relationships between data points. Each category serves different use cases and data management needs.


What are the advantages of relational databases?

Basically that any given data needs only to be stored once. Take zip codes for example, if you have a table that gives any zip-code a name, that name needs only to be stored once. For every address, the zip-code will then lookup the correct address. Almost every database nowdays has this capability, although, in some cases, this relationship maust be performed manually by a 'lookup' function. Like the one used in Excel for example. --


Give two reasons why data servers may be popular for object-oriented databases but not for relational databases?

Data servers are good if data transfer is small with respect to computation, which is often the case in applications of OODBs such as computer aided design. In contrast, in typical relational database applications such as transaction processing, a transaction performs little computation butmay touch several pages, which will result in a lot of data transfer with little benefit in a data server architecture. Another reason is that structures such as indices are heavily used in relational databases, and will become spots of contention in a data server architecture, requiring frequent data transfer. There are no such points of frequent contention in typical current-day OODB applications such as computer aided design.


Which websites offer information on sql databases?

www,godaddy.com offers information on SQL databases.


What schools offer courses on SQL & Databases?

There are a number of schools that offer online courses on SQL and databases. These courses range in price as well as content covered.


What types of products does EnterpriseDB offer?

The types of products that EnterpriseDB offer include things that have to do with databases and things that have to do with enterprises, hence the name.


Does Windows XP offer automatic updates?

yes it does


What is the difference between DBMS and file management?

When a computer user wants to store data electronically they must do so by placing data in files. Files are stored in specific locations on the hard disk (directories). The user can create new files to place data in, delete a file that contains data, rename the file, etc -- all known as file management; a function provided by the Operating System (OS). If the user wishes to perform some operation on the data he has placed in the file, such as viewing a list of his friends that celebrate their birthday in June, he has to scroll through all the data by himself in order to see the data he is interested in. Moreover, he has to know where he put the files that contain the data, and if there are multiple files he has to remember to go through each one of them. A Database Management System is intended to remove this burden of manually locating data, and having to scroll through it by allowing the user to create a logical structure for the data beforehand, and then allowing the user to place the data in the database that the DBMS is managing. In this way the DBMS abstracts away the physical concerns of organising files, and provides the user with a logical view of the data. Note, that the DBMS will still -- behind the scenes though -- place the data in files on the hard-disk. Database is multiuser and provides utilization of resources whereas in file management there is no utilization of resources.


1 What is the role of databases in computer-based information systems?

The role of databases in computer-based information systems is to offer a management platform. The database will have various controls to the information systems.