Session Prices

Feel free to negotiate depending on your situation.

Scheduling

Hit me up to work out a scheduled time and date.
[email protected]
213-995-7078 text or voice
Using A Database

Before we can start doing queries on a database, we have to use it aka switch to it.

use employees;

Once we've used the database, we can start executing commands and queries.