insert into tnsnames (protocol, community)
values ('tcp', 'tcp.world')
where sid = 'DM5A'

I keep getting sql command not properly ended??

what am i doing wrong