简体   繁体   English

使用SQL查询设计器的优缺点

[英]Using SQL Query Designer Pros and Cons

I've seen many developers using SQL Query designer to build queries rather than writing it from scratch. 我已经看到许多开发人员使用SQL查询设计器来构建查询,而不是从头开始编写查询。

What are the pros and cons of using SQL query designer instead of writing manual queries ? 什么是使用SQL查询设计器来代替手工书写的查询的利弊

How it effects for optimizations and maintenance of queries. 它如何影响优化和查询维护。

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.... 优点:如果您不熟悉sql概念,甚至不了解CRUD操作,那么只有设计者才能为您提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM