Postgre SQL
Postgre SQL
01 02
PostgreSQL Install
What is PostgreSQL ? How to install PostgreSQL
03 04
Get started Caution
Practice with some line Cautions
of code
Whoa!
Getting start right away
01
PostgreSQL
What is PostgreSQL ?
About Post
Some special
What new ?
Mercury
It’s the closest planet to the Sun and the smallest one
Venus
Venus is the second planet from the Sun
Mars
Despite being red, Mars is actually a cold place
02
Childhood
You can describe the topic
of the section here
“Just follow some video on
youtube step by step.”
—Youtube
03
Get started
Practice with some line of
code
create table users(
id int primary key,
name varchar(20),
age int,
address varchar(126)
);
Syntax is similar to
Oracal or MySQL insert into users(id, name, age, address) values (1,
'duc', 21, 'hanoi');