retagged by
232 views

1 Answer

0 votes
0 votes
  • Database systems are complex, difficult, and time-consuming to design
  • Substantial hardware and software start-up costs
  • Damage to database affects virtually all applications programs
  • Extensive conversion costs in moving form a file-based system to a database system
  • Initial training required for all programmers and users

Related questions

0 votes
0 votes
0 answers
1
ajaysoni1924 asked Mar 23, 2019
225 views
List five ways in which the type declaration system of a language such asJava or C++ differs from the data definition language used in a database.
0 votes
0 votes
0 answers
2
ajaysoni1924 asked Mar 23, 2019
166 views
Consider the relational database given below . What are the appropriateprimary keys?employee (person name, street, city)works (person name, company name, salary)company ...
0 votes
0 votes
0 answers
3
ajaysoni1924 asked Mar 23, 2019
492 views
Describe at least 3 tables that might be used to store information in asocial-networking system such as Facebook.
2 votes
2 votes
0 answers
4
ajaysoni1924 asked Mar 23, 2019
619 views
List at least two reasons why database systems support data manipulationusing a declarative query language such as SQL, instead of just providinga a library of C or C++ f...