answersLogoWhite

0

What is contraints?

Updated: 8/11/2023
User Avatar

Wiki User

11y ago

Best Answer

Constraint, in Project Management terms, means a factor that affects when an activity can be scheduled.

------------------------------------------------------------------------------------------

It can be some kind of a limitation or restriction.

webmaster at service.ztronics.com

------------------------------------------------------------------------------------------

Since this question has been categorised in Database Design, I will assume you mean what is a a constraint within a database...

You can have primary key, foreign key, alternate key and domain (aka check) constraints.

Domain contraints apply to a single field in a single row - e.g. whether or not nulls are allowed, or an enumerated list of allowed values.

Primary keys and alternate keys ensure that a for the column(s) in the key each row in the table has a unique value (or set of values if the key is composite).

Foreign keys ensure that if one table references another, that the reference exists in the parent table. This is normally linked to the primary key

e.g. this example (Oracle syntax) demonstrates these

create table employee (

employee_id number not null,

first_name varchar2(100) not null,

middle_names varchar2(100) null,

last_name varchar2(100) not null,

sex char(1),

ni_number varchar2(10) not null,

CONSTRAINT pk_employee PRIMARY KEY (employee_id),

CONSTRAINT ak_national_insurance UNIQUE (ni_number),

CONSTRAINT cc_sex CHECK sex in ('M', 'F')

);

create table emp_salary_hist (

employee_id number not nul,l

pay_review date not null,

pay_grade number not null,

salary number not null,

CONSTRAINT pk_emp_sal_hist PRIMARY KEY (employee_id, pay_review),

CONSTRAINT fk_employee FOREIGN KEY (employee_id) REFERENCES employee(employee_id)

);

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

is factor which affects

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is contraints?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you need constraint?

The purpose of contraints is not to curtail or abolish freedom but to preserve and enlarge it. Where there is no contraints, violence and anarchy will prevail jeoperdising thd cultivation of liberty. So contraints are essantial components of freedom.


What are the two faces of culture?

The two faces of culture are Freedom and Contraints


Is mca for non maths students?

Yes MCA can be done by a non MAths student but with some contraints.


Shouldn't a lamp always be able safely to accept up to a 40W compact fluorescent light bulb if it is rated to accept a 40W incandescent light bulb--barring any physical size contraints?

Yes, your assumption is correct. Lamp fixtures are rated on how well they dissipate the heat given off from an incandescent light bulb. As CFL lamps run much cooler there is no problem using them in the same rated fixture that is incandescent rated.


Where does the budget making process begin?

The stages in a budgeting process normally start with a communication from the centre as to what the budget policy is for the year with guidelines and briefing notes. You then identify the limiting factor that will restrict performance, and in most companies that is the level of demand. So the first element that you tend to prepare in a budget is the sales budget.


Do you have to be the chairman of the committee to sit on it?

Good joke! The chairman is (was originally) responsible for getting the chairs ready before the meeting. Now he is the pesron who presides over the meeting, ensuring that the agenda/program is followed, that important points are adequately considered, that sound decisions are made, including the decisions as to who will give effect to the decisions. He is responsible for keeping the meeting moving forward and that it is kept within time contraints. He is also responsible for recording the decisions of the meetings. The members of the committee 'sit on the committee', and they often, but not necessarily, sit on chairs at the meeting.


Difference between wireless sensor network and wired sensor network?

Wireless NetworkLimitation on number of nodesComparatively more resourcesNodes can be mobileMay be battery operated. Butrecharging is possible.Main goal is to provide the serviceWireless sensor networksHundreds of thousands of nodesNodes integrate sensors, processors,transceivers with limited resourcesNodes are generally stationary afterdeploymentEach node depends on small lowcapacity battery as energy source,and cannot expect replacementThe main goal is to prolong thelifetime of the network


What is a data base constraint?

#.In the field of relational database design, normalization is a systematic way of ensuring that a database structure is suitable for general-purpose querying and free of certain undesirable characteristics-insertion, update, and deletion anomalies-that could lead to a loss of data integrity. ... 1.database contraints provide a way to guarantee that;-rows in a table have valid primary or unique key value. 2.-rows in a dependent table have valid foreign key values that reference rows in a parent table. 3.-individual column values are valid


What are assembly constraints?

In computer modeling, assembly constraints are parameters that define geometric relationships between components in an assembly of parts. When applied between certain parts, they remove the degrees of freedom of those parts (degrees of freedom are the directions in which an object can move, and there are 6 of them: backward/forwards or along the z axis, up/down or along the y axis, left/right or along the x axis, rotation around the z axis, rotation around the y axis, and rotation around the x axis.) Types of assembly contraints include: ~mate: constrains two faces, edges, points, or axes together. Think of it as sticking two parts together. ~flush: constrains two faces or work features together. Think of it as lining two parts up, changing from ----- to ----- -------- -------- ~angle: constrains two faces or edges at a specified angle to one another. This is pretty intuitive. ~insert: constrains a cylinder into a hole + flushes it so it fits just rights. This is, for example, how you put screws and bolts into their holes in an assembly. ~tangent: constrains a curved surface to a plane or other curved surface. This is like mate for curved surfaces. Assembly contraints are different from geometric and numeric constraints. The former only applies in 2D sketches, and the latter is not only limited to 2D sketches but also only includes numeric values or aalgebraic equations. In an assembly, you can also have drive constraints, which are simulated movements of assembled parts through specified steps. Though these occur in assemblies, they are not the same as assembly constraints.


What amendment provided important constraints on criminal law?

The 5th Amendment provided important contraints on crimal law: "No person shall be held to answer for a capital, or otherwise infamous crime, unless on a presentment or indictment of a Grand Jury, except in cases arising in the land or naval forces, or in the Militia, when in actual service in time of War or public danger; nor shall any person be subject for the same offense to be twice put in jeopardy of life or limb; nor shall be compelled in any criminal case to be a witness against himself, nor be deprived of life, liberty, or property, without due processof law; nor shall private property be taken for public use, without just compensation." For more information visit the Related Link.


How heavy can a crab get?

The heaviest spider crab, captured in 1921, weighed in at 41 pounds. For the Japanese spider crab, the largest species, 16 to 18 kg is not uncommon. Other species can be much lighter, for example in one north sea species a typical adult would be in the range of 1 to 3 kg.


What changes water from a liquid to a solid?

Short answer: it melts.Slightly longer answer: sufficient energy in the form of heat is added to the ice. This energy goes into the particles as kinetic energy and allows them to start moving faster. Temperature is the measure of the speed of particles, so an increase in heat results in the faster movement of particles, which leads to an increase in temperature. Once the temperature reaches 0oC, the molecules break their crystalline structure and are free to move in a sort of "rolling" motion that is a characteristic of liquids.