answersLogoWhite

0

📱

Database Programming

Databases are collections of tables that maintain and display information, often collaboratively; this information can be used for interaction with an application or gaining general knowledge. Questions about database engines and modifying or using them belong in this category.

8,803 Questions

Shared data problem in embedded system?

if a variable is used by multiple tasks or processes, conflict arises.the variable value will become inconsistent.

solutions are to disable interrupts when critical region starts execution, using semaphores.

The comparison Between RDBMS and conventional File System?

file system is based on ISAM. It takes time to search a data in a file (table). It is very difficult to maintain physical refrential integrity. It's not an easy talk to patition or scale out a database.

RDBMS is quite wide concept. Everything is under one logical box. We can maitain data integrity, reduce the redundancy and increase the consistency of the data. It is very easy to maintain the data and scale out it.

List and describe 3 Database Systems?

Analytical database

These databases store data and information extracted from selected operational and external databases. They consist of summarized data and information most needed by an organization's management and other end-users. Some people refer to analytical databases as multidimensional databases, management databases, or information databases.


Operational database

These databases store detailed data needed to support the operations of an entire organization. They are also called subject-area databases (SADB), transaction databases, and production databases. For example:

  • customer databases
  • personal databases
  • inventory databases




Distributed database

These are databases of local work-groups and departments at regional offices, branch offices, manufacturing plants and other work sites. These databases can include segments of both common operational and common user databases, as well as data generated and used only at a user's own site.

What is the format for entering dates in medisoft?

the dates must be entered manually in the MMDDCCYY format. MM(month),DD (day), CC (century) and YY(year).

Fields that contain numbers but will not used for arithmetic operations usually are assigned a data type of text?

Fields that contain numbers but will not be used for arithmetic operations usually are a data type of text.

What difference between dml and ddl?

The basic difference between DDL and DML is the commands they provide . The DDL provides statement for the creation and deletion of tables, indexes, views etc. while the DML provides statements to enter, update, delete and perform complex queries on these tables.

What is a group of fields in a database called?

Any computer based database is composed of certain things in a certain order. The simplest part of a database is the field. Fields can contain pictures or text or sounds or instructions on what to do with other information in other fields. Fields are grouped into Records. Records are the total of all the information on a particular person or item. Records can be combined with other records then to build the database

To organize your database objects you must use the?

To organize your database objects you must use the: Navigation Pane

What are the Advantages of Large system configuration?

Large system configurations offer several advantages, including enhanced performance due to the ability to handle more processes and data simultaneously. They provide improved scalability, allowing organizations to expand their resources as needed without significant reconfiguration. Additionally, large systems often feature redundancy and fault tolerance, which increase reliability and uptime. Finally, centralized management simplifies administration, making it easier to maintain and secure the system as a whole.

Er diagram of banking management system?

An ER diagram of a banking management system lists branches, accounts, and transactions. Each of these will include factors like assets, balances, and dates of transactions. An image search can pull up many examples of different banks diagrams.

Data flow diagram of life insurance?

Get the application form

Fill the application form

Submit the proof

If not cancel the insurance

If submitted issue the policy

Why is mathematics used in presenting data?

Mathematical Figures Are Universal &&;nd Can Be Understood By Other Scientists

Advantages and disadvantages of banking system?

there are many advantages and disadvantages so i do not have time to tell you search anywhere else

OHK?

What can you do in database?

A database is a program in which to store information. Such information can be sorted and manipulated to create reports, and aid an advertising mail-merge, and so on.

How does Data Warehouse differ from Data Mart?

Data marts are combined into a data warehouse cannot be built alone without considering data marts. Both has equal importance to built proper data warehouse.

What is cardinality ratio in ER diagram?

It specify the number of relationship instances that an entity can participate in.

ER diagram for a clinic management system?

how can we make E R D digram

I want to make e r d digram for clinic management system

Explain the concept of foreign key How a foreign key differs from a primary key?

Foreign keys are used to link one database with another. A primary key is an attribute of a record that allows users to identify information.

What are the examples of content management system?

There are many types of content management systems out there. Open Source CMS like Joomla and Drupal are systems you can easily download and develop code, as opposed to proprietary systems which are sold through businesses as well as the support and maintenance to go along with the system.

What are the reasons for limiting the size of a field in a database?

A reason to limit the amount of data any field contains can vary greatly, but common reason is to standardise the data. One of the principle behind databases is to create collections of data that can be organized into standard format to make it easier to create information for reporting or analysis.