InterviewSolution
Saved Bookmarks
| 1. |
How to write SQL Queries in database |
|
Answer» re that you have a database management application (ex. MySQL Workbench, SEQUEL Pro).If not, DOWNLOAD a database management application and work with your COMPANY to connect your database.Understand your database and its hierarhcy.Find out which fields are in your tables.Begin writing a SQL query to PULL your desired data. |
|