How do I run a sql query?



How do I run a sql query?..

Answer / Akhand Pratap Kaushal

To run a SQL query, you can use a database management system (DBMS) like MySQL Workbench, pgAdmin, or SQL Server Management Studio. You can also execute queries in the command line interface using tools such as mysql, psql, and sqlcmd.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What type of database is cloud sql?

1 Answers  


Why use triggers in sql?

1 Answers  


Explain the difference between rename and alias?

1 Answers  


List the ways to get the count of records in a table?

1 Answers  


Is record in oracle pl sql?

1 Answers  


What are Lexical Parameters.How They are used in Reports 6i

2 Answers   eicc,


How many triggers can be applied to a table?

1 Answers  


how to get a list of all tables in a database? : Sql dba

1 Answers  


Explain commit, rollback and savepoint.

1 Answers  


Why do we use %rowtype & %type in plsql?

1 Answers  


suppose we have values like 1 5 7 in a colum.Now we want numbers like(2 3 4 6) that exists between 1 5 7.How can we do this using sql query??

5 Answers   Keane India Ltd,


which types of join is used in sql widely? : Sql dba

1 Answers  


Categories