课程: Learning JDBC
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Create, read, update, and delete (CRUD)
- [Instructor] The acronym CRUD is thrown around quite a bit with developers, especially API developers, and it has a very specific meaning, and that meaning really addresses database operations and not APIs, even though I myself am guilty of pushing it forward. So, let's talk a little bit about what CRUD means. So, what do CRUDders CRUD? CRUD is an acronym for the four main functions you do to data in a database. You create, you read, you update, and you delete. This is all part of what is called data manipulation language, or DML. Now, there is more to DML than just insert, update, select, and delete. But, those CRUD operations are contained within DML. Most SQL statements are an extension of these four main functions, at least the SQL statements that developers most often use. So I want to talk a little bit about some thoughts around what you can do to more effectively write JDBC code. You have to learn SQL. SQL is core to being an API developer dealing with databases. And though…
内容
-
-
-
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 秒
-
-
-
-