The first major stop during our journey on SQL Server on Linux is SQL coding. To be more precise, we will write some DDL and DML statements which will provide us with a testing playground. That environment will be used now for practice and later when we need to use it again. This chapter is for all Linux users, and no SQL experience is necessary.
We will cover the following topics:
- DDL statements
- Creating a new database
- Creating new tables
- DML statements
- Data manipulation
- Creating database objects