![]() |
This tutorial covers the installation and use of the PostgreSQL database on Linux
This tutorial will also cover the generation and use a simple database.
The interface language of the PostgreSQL database is the standard SQL
(Standard Query Language) which allows for inserts, updates and queries of data stored in relational tables.
The SQL language is also
used for the administration of the database for the creation and modification of tables, users and access privileges. Tables are
identified by unique names and hold data in a row and column (record) structure. A fixed number of named columns are defined for
a table with a variable number of rows.
|
| Home Page | Linux Tutorials | Terms | Privacy Policy | Advertising | Contact | |
Related YoLinux Tutorials:
Free Information Technology Magazines and Document Downloads |
Red Hat 7.2 example:
If one would like to generate a GUI interface to the database, I would recommend a web form to a Java servlet back-end or use a JAVA GUI program and JDBC. See the YoLinux tutorial on accessing PostgreSQL with JDBC in a Tomcat servlet example. Links/Info:
PostgreSQL SQL Statement Man Pages:
|
|
YoLinux.com Home Page
YoLinux Tutorial Index | Terms Privacy Policy | Advertise with us | Feedback Form | Unauthorized copying or redistribution prohibited. |
![]() |
|
Copyright © 2002 by Greg Ippolito