answersLogoWhite

0

  • Database management systems are intricately developed.
  • Database systems are complex, difficult, and time-consuming to design
  • Management complexity.
  • Frequent upgrade/replacement cycles.
  • At risk from the attack of viruses and hackers
  • Initial training required for all programmers and users
User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Information Science

What are the advantages disadvanteges of using database?

Advantages of using a database include efficient data organization, easy data retrieval, and data security. However, disadvantages can include high initial setup costs, potential for data redundancy, and complexity of managing and maintaining the database system.


What is the database that contains tables linked by common fields?

A relational database is a database that contains tables linked by common fields. These common fields are used to establish connections between the tables and to retrieve related data across multiple tables using queries.


How do you retrieve data stored in the database into the textarea using ASP?

To retrieve data stored in a database and display it in a textarea using ASP, you can use a server-side script to query the database and fetch the data. Then, you can populate the value of the textarea with the retrieved data by echoing it within the textarea tag during the rendering of the page.


How do you extract information from relational database?

You can extract information from a relational database using Structured Query Language (SQL) queries. By writing SQL queries, you can retrieve data by specifying the table, columns, conditions, and sorting options to meet your requirements. This allows you to extract specific information from the database based on your criteria.


What is database searching?

Database searching is the process of querying a database to retrieve specific information. It involves formulating a search query using keywords or filters, and then executing the query to retrieve relevant data. This is commonly used in various fields, such as research, business, and information retrieval.

Related Questions

What can be achieved from the database using forms?

what can be achieved from the database using reports


Is the relational database an example of oracle database?

A relational database is a type of database design. Oracle is a brand of database. You can create a relational database using Oracle. You can also create relational databases using other database applications.


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


Database Design?

form_title=Database Design form_header=Transform your company by incorporating a new database design. What program will the database be used with?=_ Please explain what you will be using the database for?="" Do you have a database that you're already using?= () Yes () No


How do you connect to a database and table using ADODB?

How do you connect to a database and table using ADODB?


What does daverage do in Excel?

It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.It calculates an average from a database list in Excel, using specified criteria.


How do you manipulate a data in a database?

You can manipulate data in a database by using the DML - Data Manipulation Language statements. These include:InsertUpdate andDeleteBy using these 3 statements you can manipulate the data in a database.


What are the negatives associated with using a disposable camera?

Some negatives associated with using a disposable camera include limited photo quality, lack of control over settings, and the environmental impact of disposable waste.


How do you connect to a database using unix command?

There isn't a generic Unix command to connect to a database. The actual commands are based on the database package you are using, such as Oracle, SyBase, etc. They each have their own commands for gaining access to the database.


What is a back-end database used for?

A back-end database is used to go to an application without using the actual database and without using up the memory in the actual database. It runs in the background, hence the "back-end" term.


Database?

form_title=Database Design form_header=Transform your company by incorporating a new database design. What program will the database be used with?=_ Please explain what you will be using the database for?="" Do you have a database that you're already using?= () Yes () No


Database accessing using C?

It is possible, but you have to know what kind of database do you want to access, as well as the opearting system and C-compiler your are using.