Insert command in sql
insert into cd.facilities values (9, 'Spa', 20, 30, 100000, 800);
Insert command in sql
insert into cd.facilities values (9, 'Spa', 20, 30, 100000, 800);
insert command in sql
insert into cd.facilities
(facid, name, membercost, guestcost, initialoutlay, monthlymaintenance)
values
(9, 'Spa', 20, 30, 100000, 800),
(10, 'Squash Court 2', 3.5, 17.5, 5000, 80);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us