Answer:
using pythagoras theorem
H^2=P^2+B^2
here h=MN ,opposite(P) be 15 and adjacent(B) be 16
(MN)2=15^2+16^2
(MN)^2=225+256
MN=
MN=21.93
after rounding off MN=21.9
Step-by-step explanation:
Answer:
Each student earned $16.27.
Step-by-step explanation:
48.81 / 3 = 16.27
Answer:C and E
Step-by-step explanation:
1.50 that should be it and i dont know how to show my work on a computer SORRY.
Answer:
Domain constraints include entity integrity and referential integrity and this domain is a set of values that may be assigned to an attribute. The entity integrity rule states that no part of a primary key cannot be null. Referential integrity states that each foreign key value must match a primary key value or be null
Each table has certain set of columns and each column allows a same type of data, based on its data type. The column does not accept values of any other data type.
Step-by-step explanation:
Domain constraints include entity integrity and referential integrity and this domain is a set of values that may be assigned to an attribute.
The ENTITY INTEGRITY rule states that no part of a primary key cannot be null while the REFERENTIAL INTEGRITY rule states that each foreign key value must match a primary key value or be null.
Each table has certain set of columns and each column allows a same type of data, based on its data type in which the column does not accept values of any other data type.
Therefore Domain constraints are user defined data type and can define in this way:
Domain Constraint = data type + Constraints (NOT NULL / UNIQUE / PRIMARY KEY / FOREIGN KEY / CHECK / DEFAULT)