Lynda com PostgreSQL 9 With PHP Essential Training (PostgreSQL和PHP資料庫管理基礎教學) 英文正式版     軟體簡介: lynda.com出品的PostgreSQL和PHP資料庫管理基礎教學,由BillWeinmann主講。 教學時長4小時45分。 BillWeinmann展示了如何構建PostgreSQL資料庫,並融入使用PHP的Web應用程式。 課程內容包括創建表的基礎知識,資料類型存儲資料,並與運算式,運算符和字 串工作。課程還探討了PDO和pgsql介面之間的差異,並演示如何在PHP資料庫管理 。練習文件伴隨著課程。 PostgreSQL是自由的物件-關聯資料庫伺服器(資料庫管理系統),在靈活的BSD- 風格許可證下發行。它在其他開放源代碼資料庫系統(比如MySQL和Firebird), 和專有系統比如Oracle、Sybase、IBM的DB2和MicrosoftSQLServer之外,為用戶 又提供了一種選擇。PostgreSQL是一個歷史悠久的物件關聯資料庫管理系統,由美 國GreatBridge公司開發的,支持幾乎所有SQL功能,包括subselects、transactions 以及用戶自定義類和功能。   Description Inthiscourse,authorBillWeinmanshowshowtoarchitect PostgreSQLdatabasesandintegratethemintowebapplications usingPHP.Thecoursecoversthebasicsofcreatingtables, storingdatawithdatatypes,andworkingwithexpressions, operators,andstrings.Thecoursealsoexploresthedifferences betweenthePDOandpgsqlinterfacesanddemonstratesmanaginga databaseinPHP.Exercisefilesaccompanythecourse. Topicsinclude: InstallingPostgreSQL Understandingdatabasearchitecture Inserting,updating,anddeletingdatainatable Creatingadatabaselibrary IndexingIDfields Storingnumbers,text,andBooleanvalues Readingdata Usingcaststoforcetype Usingmathematicalfunctions Concatenatingstrings Workingwithdateandtimefunctionsandoperators DefiningCRUD UsingPHPtoinsert,read,update,anddeleterowsinadatabase