answersLogoWhite

0

Q question of which you do not know the answer.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Write a program to implement domain and referential integrity?

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


What is self referential function in c plus plus?

A self-referential function in C++, or in any other supporting language, is a recursive function.


Do you ever have an answer?

As an example in self-referential paradox, the answer is NO!


What the meaning of Referential style?

referential style implies that language proceeds one word at a time and language is used primarly to serve its labelling function


Is a referential listener the most common?

A referential listener is just one of several types of listeners. While it is common for people to use referential listening in certain contexts, individuals may also use other techniques depending on the situation and personal preferences.


What is the most common type of relationship for tablets?

referential


What is Referential Music?

Referential music is when the listener is reminded of something while listening to certain music or songs. The music and songs depend on the person and their experiences or are clich_'s.


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 that's so meta mean?

It means it's self referential. For example, if someone were to ask a question on Answers.com regarding Answers.com itself, that would be so meta.


What is database development?

Database systems can be either referential, flat or heiarchial.


What is referential class in c?

C is not an object-oriented language so it doesn't have classes of have any kind, it only has types. However, a self-referential type is simply a type that refers to itself. Nodes in a linked list are self-referential types because they hold a reference (a pointer) to the next node in the list: typedef struct node {node* next;/* ... */};


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.