DEV Community

PostgreSQLでSQL実行までのチュートリアル

programmingMonky on July 12, 2018

本投稿ではPostgreSQLにアクセスし、 データベースの作成 テーブルの作成 データの投入 SQLの実行 を行います。 まだPostgreSQLをお持ちでない方は以下の記事 PostgreSQLを導入する方法 を参照にWindowsにPostgreSQLを導入してください。...
Collapse
 
buinauskas profile image
Evaldas Buinauskas

I need subtitles.

Collapse
 
programmingmonky profile image
programmingMonky

thank you for commented!

sorry I have no time to translate this article.

this article explain that

  • how to use pgadmin(PostgreSQL GUI Cliant)
    • making database
    • how to create table
    • how to execute select statemtnt
    • try OLAP function

This article is for beginner.
May be you'll not excited.