你是否正在寻找关于postgresql教程的内容?让我把最有用的东西奉献给你:
相关专题学习资料:
资料介绍

语言:英语
网址:
类别:教程
lynda.com 出品的PostgreSQL和PHP管理基础教程,由Bill Weinmann主讲。教程时长4小时45分。
Bill Weinmann展示了如何构建PostgreSQL,并融入使用PHP的Web应用程序。课程内容包括创建表的基础知识,数据类型存储数据,并与表达式,运算符和字符串工作,。课程还探讨了PDO和pgsql接口之间的差异,并演示如何在PHP管理。练习文件伴随着课程。
PostgreSQL是自由的对象-关系服务器(管理系统),在灵活的BSD-风格许可证下发行。它在其他开放源代码系统(比如MySQL和Firebird),和专有系统比如Oracle、Sybase、IBM的DB2和Microsoft SQL Server之外,为用户又提供了一种选择。PostgreSQL是一个历史悠久的对象关系管理系统,由美国Great Bridge公司开发的,支持几乎所有SQL功能,包括subselects、transactions以及用户自定义类和功能。
Course name: PostgreSQL 9 with PHP Essential Training
Author: Bill Weinman
Duration: 04h 45m
In this course, author Bill Weinman shows how to architect PostgreSQL databases and integrate them into web applications using PHP. The course covers the basics of creating tables, storing data with data types, and working with expressions, operators, and strings. The course also explores the differences between the PDO and pgsql interfaces and demonstrates managing a database in PHP. Exercise files accompany the course.
Topics include:
Installing PostgreSQL
Understanding database architecture
Inserting, updating, and deleting data in a table
Creating a database library
Indexing ID fields
Storing numbers, text, and Boolean values
Reading data
Using casts to force type
Using mathematical functions
Concatenating strings
Working with date and time functions and operators
Defining CRUD
Using PHP to insert, read, update, and delete rows in a database
以上就是关于postgresql教程的全部内容,相信你一定会非常满意。
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-14404-1.html