课程: Learning JDBC
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Introduction to PostgreSQL
- [Instructor] Now for our last introductory video, and this is where we're going to talk about the database that we're going to be using for this course, which is PostgreSQL. So what is PostgreSQL? Well, first and foremost, it's an object-relational database management system that extends a traditional RDBMS to the object-oriented space. It is free and open-source software. It's part of the reason I kind of love it is because it is an open source database with a lot of maintainers that is highly effective to be used in production systems. It's started at the University of California Berkeley. It is a fully ACID compliant and transactional database, which is very important when you are dealing with production systems. Now let's talk about a few of the other features Outside of the base behavior of a database. You do get materialized and updatable views with PostgreSQL. You can, as with many other databases, execute triggers. Triggers are a powerful mechanism, such that when a topple…
内容
-
-
-
Relational database management systems4 分钟 19 秒
-
(已锁定)
Java Database Connectivity4 分钟 42 秒
-
(已锁定)
Terminology of JDBC4 分钟 34 秒
-
(已锁定)
Introduction to PostgreSQL2 分钟 53 秒
-
(已锁定)
Setting up Postgresql2 分钟 52 秒
-
(已锁定)
Creating the project2 分钟 13 秒
-
(已锁定)
Create, read, update, and delete (CRUD)5 分钟 26 秒
-
-
-
-