From the course: Understand SQL: Explore the Power and Versatility of the SQL Database Language
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Common tools for SQL execution - SQL Tutorial
From the course: Understand SQL: Explore the Power and Versatility of the SQL Database Language
Common tools for SQL execution
- [Instructor] In order to use SQL commands, and execute queries, you need a database solution to store your data, and a database management application, or graphical user interface to access and manage that data. There're endless solutions on the market today and a company's choice of one solution over another depends on various factors. Luckily, use of the SQL language within every solution is essentially the same. All major DBMS, database management systems, support ANSI standards for SQL. Remember that ANSI is the American National Standards Institute. Although each database solution may come with additional functionalities beyond the SQL standards, their core remains the same, so your skills are transferrable. If you are just getting started within your company, ask your teammates or your company's IT department how to connect into your database. Some of the most common database solutions used today are…