SQL

Structured Query Language (SQL) is a language we use for designing and managing data in a relational database. Using SQL we can create, read, update, and delete data inside of tables, and these 4 commands are known as the CRUD operations. In this video we'll learn about some basic SQL syntax, and then as this section continues we'll learn how to call it in our Java code and create a database for MyReads.

Complete and Continue  
Discussion

0 comments