From the course: Relational Databases Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What the CRUD?

What the CRUD?

From the course: Relational Databases Essential Training

Start my 1-month free trial

What the CRUD?

- [Narrator] If you need to create a written document it's likely that you'll turn to a word processor, like Microsoft Word. If you want to create a spreadsheet then you'll likely use a program like Microsoft Excel. And in order to create a relational database, you'll need a specialized application to do so. In order to create and store data in a relational database you need to use a relational database management system or RDBMS for short. There are a number of competing systems on the market today. Some of which I'm sure you've heard of. Microsoft SQL server and the cloud-hosted Azure SQL database are two popular relational database management systems. As are: Oracle, PostgreSQL and IBM's Db2. These systems power some of the world's largest corporations today and typically run on dedicated server hardware. Another RDBMS is MySQL. It's a popular database management system used on web servers. Every website that uses…

Contents