answersLogoWhite

0

it means when something got a error or it breaks down

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Finance

What is integrity and accepts responsibility for results?

Integrity means honesty and faithfulness. Integrity involves owning up to one's mistakes and taking responsibility for one's error. Some people try to blame others when the errors are themselves. Integrity and responsibility go hand and hand.


What is integrity in layman terms?

Integrity, in layman's terms, means the person is honest, responsible, and trustworthy. In other words, you could trust that person to do the right thing even when you are not watching them. That's integrity.


What is a synonym for mortgage?

A mortgage is a type of "loan." (another noun synonym is debt)The verb "to mortgage" has no direct synonyms, but metaphorically it can mean to pledge, or it can have the connotation of sacrifice or imperil (e.g. mortgaged his integrity to help his friend).


Why is important to manage your finances?

To show accountability, probity and integrity


Does Franklin life insurance company own Integrity Life Insurance Company?

Integrity Life Insurance Company Established in 1966, Integrity offers clients innovative long-term financial products designed to provide the lifetime income solutions that are a key component of a successful retirement plan. Based in Cincinnati, Ohio, Integrity conducts business through a range of distribution channels and financial professionals. Integrity operates in all states except Maine, New Hampshire, New York and Vermont, where National Integrity has operating authority. Our high industry ratings provide the confidence essential for long-term financial decisions. Integrity is a member of Western & Southern Financial Group, a FORTUNE 500 company with assets owned, under management and under its care in excess of $47 billion. As part of this strong, diversified enterprise, Integrity stays abreast of the marketplace, capitalizing on trends and quickly developing new products and services that provide solutions for our clients. https://www.integritycompanies.com/Corporate/servlet/jsp/common/Index.jsp

Related Questions

Write a program to implement domain and referential integrity?

give me the program which can related on domain and referential integrity.


What happens if referential integrity is not enforced?

Without referential integrity enforcement, data inconsistencies may arise, such as orphaned records or invalid references between tables. This can lead to data corruption, incorrect query results, and difficulty maintaining and updating the database. Overall, without referential integrity, the data integrity and reliability of the database can be compromised.


What does a database displays both entity integrity and referential integrity mean?

Entity integrity ensures that each record in a database table has a unique identifier, usually a primary key, while referential integrity ensures that relationships between tables are maintained through foreign key constraints, preventing orphaned records and ensuring data consistency. Displaying both entity and referential integrity means that the database is structured to enforce these rules, helping to maintain data accuracy and reliability.


When is the table exhibit referential integrity?

A table exhibit referential integrity when all foreign key values in a table point to existing primary key values in the referenced table. This ensures that the relationship between the tables is maintained and that data integrity is preserved.


Explain the differences between entity integrity and referential integrity?

In databases, referential integrity refers to ensuring that every value of a relation's attribute exists as a value of another attribute in another relation. Entity integrity is a basic rule that ensures that every relation has a primary key and that this key is unique and not NULL.


In what field is referential integrity applied?

Referential integrity is commonly applied in database management. It ensures that relationships between tables are maintained by enforcing constraints to prevent actions that would result in orphaned records or data inconsistencies.


What Does it mean to say that a database displays both entities integrity and referential integrity?

Entity integrity ensures each record in a database table is uniquely identifiable, typically by using a primary key. Referential integrity guarantees that relationships between tables are maintained, meaning foreign key values in one table must match primary key values in another table. Together, these two types of integrity ensure the consistency and accuracy of data within a database.


What is the difference between data integrity and Referential integrity?

Data integrity refers to the accuracy, consistency, and reliability of data throughout its lifecycle, ensuring that the data remains correct and valid over time. Referential integrity, on the other hand, is a specific aspect of data integrity that ensures relationships between tables in a database are maintained; it requires that foreign keys in one table correspond to primary keys in another, preventing orphaned records. In essence, while data integrity encompasses the overall trustworthiness of data, referential integrity specifically focuses on the correctness of relationships between data entities.


How can referential integrity be enforced in an object-oriented system in uml?

Referential integrity in an object-oriented system can be enforced using UML by defining associations between classes with multiplicity constraints. By specifying these constraints (such as 1 to 1, 1 to many, etc.), you ensure that instances of one class are properly connected to instances of another class. This helps to maintain data consistency and integrity within the system.


Why is it desirable to enforce the referential integrity rules and entity integrity rules?

Database Management Systems ensure consistent data if the database is modeled using proper referential integrity. For example, if a Customer record is deleted from the system, all Orders and Order Items pertaining to that Customer should ideally be cleaned up. Same thing is true for a specific Order. Such logic need not be in the application, instead you can set up database referential integrity rules to perform these cascading actions automatically for you.


What is referencial integrity in access?

Referential Integrity is a set of rules that a DBMS (Database management system) follows to ensure that there are matching values in the common field used to create the relationship between related tables and that protects the data in related tables to make sure that data is not accidentally deleted or changed.


A set of rules that Access uses to ensure that the data between related tables is valid?

Referential integrity.