The output of a SELECT statement is called results or a result set as it’s a set of data that results from a query. SELECT * - referred to as a 'select star statement' The query below selects customer ...
We will create two identities, one for administring the SQL users(aka control plane) and for interacting with the database and the data(ie. data plane operations) ...