answersLogoWhite

0


Best Answer

Design view

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: You can only delete a primary key in what veiw?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Philosophy

What is the differences between moral integrity and ennate integrity?

ENTITY INTEGRITY In a relational database, entity integrity is a property that ensures that no records are duplicated and that no attributes that make up the primary key are NULL. It is one of the properties necessary to ensure the consistency of the database. Entity Integrity ensures that there are no duplicate records within the table and that the field that identifies each record within the table is unique and never null. The existence of the Primary Key is the core of the entity integrity. If you define a primary key for each entity, they follow the entity integrity rule. Entity integrity specifies that the Primary Keys on every instance of an entity must be kept, must be unique and must have values other than NULL. Although most relational databases do not specifically dictate that a table needs to have a Primary Key, it is good practice to design a Primary Key for each table in the relational model. This mandates no NULL content, so that every row in a table must have a value that denotes the row as a unique element of the entity. Entity Integrity is the mechanism the system provides to maintain primary keys. The primary key serves as a unique identifier for rows in the table. Entity Integrity ensures two properties for primary keys: The primary key for a row is unique; it does not match the primary key of any other row in the table. The primary key is not null, no component of the primary key may be set to null. The uniqueness property ensures that the primary key of each row uniquely identifies it; there are no duplicates. The second property ensures that the primary key has meaning, has a value; no component of the key is missing. The system enforces Entity Integrity by not allowing operations (INSERT, UPDATE) to produce an invalid primary key. Any operation that creates a duplicate primary key or one containing nulls is rejected. REFERENTIAL INTEGRITY A database management safeguard that ensures every foreign key matches a primary key. For example, customer numbers in a customer file are the primary keys, and customer numbers in the order file are the foreign keys. If a customer record is deleted, the order records must also be deleted; otherwise they are left without a primary reference. If the DBMS does not test for this, it must be programmed into the applications. Referential integrity in a relational database is consistency between coupled tables. Referential integrity is usually enforced by the combination of a primary key(candidate key) and a foreign key. For referential integrity to hold, any field in a table that is declared a foreign key can contain only values from a parent table's primary key or a candidate key. For instance, deleting a record that contains a value referred to by a foreign key in another table would break referential integrity. The RDBMS enforces referential integrity, normally either by deleting the foreign key rows as well to maintain integrity, or by returning an error and not performing the delete. Which method is used would be defined by the definition of the referential integrity constraint. An employee database stores the department in which each employee works. The field "DepartmentNumber" in the Employee table is declared a foreign key, and it refers to the field "Index" in the Department table which is declared a primary key. Referential integrity would be broken by deleting a department from the Department table if employees listed in the Employee table are listed as working for that department, unless those employees are moved to a different department at the same time. Thanks Nida


When is the table exhibit entity integrity?

It si when each primary key value is unique to ensure that each row is uniquely identified by the primary key.


How do you write a descriptive essay?

Add a subject.Observation is the key to writing a good discription.select dominant details.select only the details that support the dominant impression.organise details......Use descriptive words


What is the key to argument?

The key to all arguments is having logical information and facts. This will make it easier to present your case in opposition or in favor of the argument.


What does the the past is the key to the future mean?

uniformitariansm

Related questions

You only can delete a primary key in view?

Design View


Which field MS Access will not allow you to delete?

A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.


Which field does MS Access not allow you to delete?

The Primary key field(s).


Can super key be as primary key?

I think super key is treated as the primary key because in a table their will be only one primary key.


What is the difference between pressing the Delete key or the left arrow key in the middle of a line of text?

Delete key deletes any amount of text. The left arrow key only moves the I beam


How do you get rid of an array in Excel?

Select the entire array and press the Delete key. There are usually only problems if you want to delete some, but not all of the cells in the array.


What is the procedure for maintaining the key access roster?

keep from public veiw


Candidate key and primary key differnece?

All Primary keys are definitely Candidate Keys. A Candidate key is one which can be used as a Primary key that is not null and unique. That is one of the candidate keys can be chosen as a primary key.A Candidate key is a Unique Key and it can be used to find out any particular Tuple (row) in a table. The following are the differences between A Candidate key and a Primary Key: 1) A Unique key can be null but not a Primary key 2) On a table we can have only 1 primary key but 'N' number of unique keys.


What key is pressed to clear data from an active cell?

The Delete key.


How many primary key in table?

only one


Explain the delete problem caused by a denormalized design?

The menbers information can not remain in the table without a value completed for the primary key.


To delete selected characters press the delete key or the?

Back Space key.