Im new to SQL Server and can hardly compose the SQL-statements by hand. Does the STUDIO have a visual query builder like MS ACCESS?
Yes, the STUDIO has a powerful visual query builder that allows a newbie build a complex queries while drasticly save time for advanced users. All you need to do is to specify the tables that will be used in the query, their relations and the data you want to get. The visual query builder will create a text of the query for you. You will only need to run it. You can see the result of your query and make corrections if nesessary. The changes can be made from the visual builder or from the text editor. As changes made in visual query builder, the text editor will display them too and vice versa.
Related Questions
- Im new to InterBase/Firebird and can hardly compose the SQL-statements by hand. Does the STUDIO have a visual query builder like MS ACCESS?
- Im new to SQL Server and can hardly compose the SQL-statements by hand. Does the STUDIO have a visual query builder like MS ACCESS?
- Im new to PostgreSQL and can hardly compose the SQL-statements by hand. Does the STUDIO have a visual query builder like MS ACCESS?