Answer:
Formula, Name Manager, Edit
Explanation:
for work
The default constraint gives a value to an attribute when a new row is added to a table.
<h3>Is default a kind of constraint?</h3>
This is known to be a type of constraint that often apply a value to a column if an INSERT statement does not really give the value for the column.
Therefore, one can say that the default constraint gives a value to an attribute when a new row is added to a table.
Learn more about default constraint from
brainly.com/question/19130806
#SPJ12
Answer:
Input validation, Allowing script input, and Escaping metacharacters
Explanation:
A programmer can implement the most effective way to prevent XSS by validating input, coding defensively, escaping metacharacters, and rejecting all script-like input.
Answer:
The code in python is attached.
Explanation:
- A function called CaloriesBurned is defined
- The function accepts 4 inputs: age,weight,heart_rate,time
- Two variables are assigned for the calories burned by men and women
- finally, the function returns the varaibles caloriesburned_men and caloriesburned_women