answersLogoWhite

0

stop doing you pltw work here

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is primary key constraint?

Primary Key is a Constraint Used to avoid Duplicate entries in database table and you define primary key the column doesn't allow NULL values.


What is the geometric series of 32757?

A single number cannot define a series.


What does the word geometric mean?

In mathematics, is a type of mean or average.


Methods used to define parts based on how they function?

Geometric Dimensioning and Tolerancing (GD&T)


Define the term social constraint?

Social constraint refers to the limitations or restrictions placed on individuals by their social environment, including norms, values, and expectations. These constraints shape behaviors and interactions, influencing how individuals act and the decisions they make within a society.


Which geometric objects is define as the set of all points in a plane a a given distance from a given point?

Circle


What is the term for graphic images defined by geometric shapes each of which can define the attributes of many pixels?

Vector Graphics


What is a geometric rule?

To define the energy or diameter parameters between two different objects, such as two types of atoms


What is key constraints?

Primary Key is a Constraint Used to avoid Duplicate entries in database table and you define primary key the column doesn't allow NULL values.


Graphic images defined by geometric shapes that define the attributes of many pixels. and also use less memory?

the gui


The locus of points idea allows you to define geometric objects just by determining whether or not two distances are equal?

true


What is mean by type constraint in DBMS?

A foreign key is a type of constraint. In this example the value in a field must be the same as some value in a defined field in another table. Example in a Customer Table you might have a Column (field) named StatusID You would define a foreign key to the table Status, field StatusID. The value in the Customer table, StatusID column must be an entry existing in the Status Table, StatusID column. There are many constraints. The fact that a column can not be NULL (Left blank) is a constraint. Defining what KIND of data, or range of data that can be entered in a column is a constraint.