Posted by: k_ho_k_life December 23, 2016
Need help in SQL....
Login in to Rate this Post:     0       ?        
insert into employee
(firstName, lastName, age, address, city, state)
values
('Birkhe', 'dai', 65, '111 khoi k marg', 'pidit tol', 'NY');

This is how you insert data in the column that you create above.
Read Full Discussion Thread for this article