It is C I have a lot of experience with computers and technology
Answer:
Option a
Explanation:
The Critical Path Method is the arrangement of booked exercises that decides the term of the task. These planned exercises must be performed if the venture is to be viewed as a triumph.
Therefore, options b, c, d and e can't be true because:
b. Activities in the Critical Path Method has no or zero slack.
c. The duration of the critical path in CPM determined on the basis of the latest activity and the earliest initiation.
d. The CPM method schedules the activity of the longest duration.
Answer:
D. javascript
Explanation:
use form validation method bro
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The symbol asterisk (*) in a select query retrieve all result of column in the table. For example, table named "employee" has three column such as <em>id, name, address</em>.
To apply the symbol asterisk (*) in select querry select all the columns in the result.
for example:
select * employee;
this query statement selects all columns of table "employee" in the result.