Should you use basic or advanced SQL prototyping?

If you only need to build a simple SQL SELECT statement, basic SELECT prototyping 4.1) is probably sufficient for your needs. If you need to build a more complex statement, use advanced SELECT prototyping (4.2).

Related references