สอน PostgreSQL การ restore ฐานข้อมูลร้านอาหาร yummi



สอน PostgreSQL การ restore ฐานข้อมูลร้านอาหาร yummi

สอน PostgreSQL การ restore ฐานข้อมูลร้านอาหาร yummi

* download yummi.tar ได้ที่ https://github.com/prasertcbs/postgresql/raw/master/yummi.tar
* สร้าง yummi_plain database
createdb -U postgres yummi_plain
* restore yummi_plain.tar
pg_restore –host localhost –port “5432” –username “postgres” –dbname “yummi_plain” –no-owner –no-privileges –no-tablespaces –verbose “yummi_plain.tar”

สนับสนุนช่องด้วยการสมัครเป็นสมาชิกได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
สอน PostgreSQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGi_NqmIu43B-PsxA0wtnyH
สอน MySQL ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFmJDsZipFCrY6L-0RrBYLT
สอน Microsoft SQL Server 2012, 2014, 2016, 2017 ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH8gYuxpp-jqu5Blc7KbQVn
สอน SQLite ► https://www.youtube.com/playlist?list=PLoTScYm9O0GHjYJA4pfG38M5BcrWKf5s2
สอน SQL สำหรับ Data Science ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGq8M6HO8xrpkaRhvEBsQhw
การเชื่อมต่อกับฐานข้อมูล (SQL Server, MySQL, SQLite) ด้วย Python ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEdZtHwU3t9k3dBAlxYoq59
การใช้ Excel ในการทำงานร่วมกับกับฐานข้อมูล (SQL Server, MySQL, Access) ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGA2sSqNRSXlw0OYuCfDwYk
#SQL #prasertcbs #PostgreSQL