I am creating a make booking stored procedure.
In a Tutor
table I have already added tutor records.
The TutorId
is referenced in the Booking
table by a foreign key constraint.
After manual input from visual studio for generic booking questions, I would like a random TutorId
to be assigned with this BookingId
.