Using SQL Query Designer Pros and Cons

117 Views Asked by At

I've seen many developers using SQL Query designer to build queries rather than writing it from scratch.

What are the pros and cons of using SQL query designer instead of writing manual queries ?

How it effects for optimizations and maintenance of queries.

1

There are 1 best solutions below

0
Piyush Barua On

Cons: you can't write complex logic and queries by designer.

Pros: If you are not familiar with sql concepts even don't know about CRUD operation than only designer will help you....