Embed presentation
Download to read offline



To query a relational database, you first design a schema using data definition language (DDL) to create the database structure. You then bulk load initial data into the database tables. Users can then repeatedly execute queries and data modifications on the database tables.

