Answer: That you are dressed appropriately, to speak in a formal manner, and to be confident in your answers.
Answer:
The following query is used to display TripName. Reservationld, FirstName. LastName and TotalCost of trip by adding the trip price plus other fees and multiplying the result by the number of persons which have number of persons >4.
Query:
SELECT ReservationlD, Trip.TripName. Customer.LastName. Customer.FirstName. (TripPrice+OtherFees) 'NumPersons as TotalCost FROM Reservation, Trip, Customer WHERE NumPersons>4 AND Reservation.TriplD=Trip.TriplD AND
Customer. CustomerNum=Reservation.CustomerNum:
Explanation:
- Select clause is used to retrieve data from specified database table or relation and returns the data in the form of table.
- ReservationID. Trip.TripName. Customer.LastName. Customer.FirstName are the column name of table.
- (TripPrice+OtherFees) 'NumPersons will calculate the total cost of the Trip and stored it into TotalCost column.
- As clause is used to give new name TotalCost to resultant column.
- FROM clause specifies one or more table from where records to be retrieved. o Reservation. Trip and Customer are the table name.
- WHERE clause is used in SQL query to retrieve only those records that satisfy the specified condition
Answer:
The surface temperature is 921.95°C .
Explanation:
Given:
a=25 cm ,P=350 hp⇒P=260750 W
Power transmitted
W and remaining will lost in the form of heat.This heat transmitted to air by the convection.
h=230
Actually heat will be transmit by the convection.
In convection Q=hA
So 
T=921.95°C
So the surface temperature is 921.95°C .
Answer:
When the lift is greater than the weight, the aircraft gains altitude. ... Drag must be overcome for the aircraft to move, and movement is essential to obtain lift. To overcome drag and move the aircraft forward, another force is essential. This force is thrust.
Explanation:
Hope this helps!
Answer:
The PFR is more efficient in the removal of the reactive compound as it has the higher conversion ratio.
Xₚբᵣ = 0.632
X꜀ₘբᵣ = 0.5
Xₚբᵣ > X꜀ₘբᵣ
Explanation:
From the reaction rate coefficient, it is evident the reaction is a first order reaction
Performance equation for a CMFR for a first order reaction is
kτ = (X)/(1 - X)
k = reaction rate constant = 0.05 /day
τ = Time constant or holding time = V/F₀
V = volume of reactor = 280 m³
F₀ = Flowrate into the reactor = 14 m³/day
X = conversion
k(V/F₀) = (X)/(1 - X)
0.05 × (280/14) = X/(1 - X)
1 = X/(1 - X)
X = 1 - X
2X = 1
X = 1/2 = 0.5
For the PFR
Performance equation for a first order reaction is given by
kτ = In [1/(1 - X)]
The parameters are the same as above,
0.05 × (280/14) = In (1/(1-X)
1 = In (1/(1-X))
e = 1/(1 - X)
2.718 = 1/(1 - X)
1 - X = 1/2.718
1 - X = 0.3679
X = 1 - 0.3679
X = 0.632
The PFR is evidently more efficient in the removal of the reactive compound as it has the higher conversion ratio.