Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Insert command in sql

insert into cd.facilities
    (facid, name, membercost, guestcost, initialoutlay, monthlymaintenance)
    values (9, 'Spa', 20, 30, 100000, 800);
Source by pgexercises.com #
 
PREVIOUS NEXT
Tagged: #Insert #command #sql
ADD COMMENT
Topic
Name
7+5 =