Summary
In this chapter, we learned about the SQL syntax for DDLs, DMLs, and DQLs. We also went over other popular features such as indexes, joins, and sequences. We have left out some of the experimental and enterprise-only features. Also, whenever you are not sure about the syntax of a given SQL operation, please use /h
to get detailed information about the SQL operation.
In the next chapter, we will go over the admin user interface (UI) and learn how to use it to manage a CockroachDB cluster.