PostgreSQL_Notes


Project maintained by Kellen-Linse Hosted on GitHub Pages — Theme by mattgraham

Introduction to SQL Statements



Database Design

design


table


column

row


Creating Tables

pgsql.com


create table

table


Analyzing CREATE TABLE

analysis

props

data


Inserting Data Into a Table

insert

insert diagram

multi


Retrieve Data with Select

all

some


Calculated Columns

For Example, we can calculate the population density by dividing the population by the area.

calc

calc_name

math


String Operators and Functions

strings

concat

concat

upper


« PREV - HOME - NEXT »