3 Program to Insert Data in Table of PostgreSQL

Program:

INSERT INTO students values('Atharva', 18, 99999);

select * from students;

Output:

Insert Data in Table of PostgreSQL

Previous
Next Post »