Answers for "insert into with where sql"

SQL
0

Insert command in sql

insert into cd.facilities
    (facid, name, membercost, guestcost, initialoutlay, monthlymaintenance)
    values (9, 'Spa', 20, 30, 100000, 800);
Posted by: Guest on November-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language