Computer Science, asked by mohammedfaizan258, 1 year ago

How to write SQL Queries in database

Answers

Answered by kanchannk22
1
Make sure 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.

Similar questions