Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
What is shown is generally referred to as parameterized SQL queries.

Dynamic SQL generally refers to construction of SQL at runtime from strings. One example would be to construct a query in an SQLPage module from strings, write it to a *.sql file via enabled "exec" command, and load the new file via run_sql. Another possibility is provided by some RDBMS engines supporting exec/eval commands to evaluate a string as an SQL statement.
  • Loading branch information
pchemguy authored Jun 18, 2024
1 parent e9656e1 commit 863e7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/official-site/your-first-sql-website/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ For more information about the properties that can be set in sqlpage.json, see [
![screenshot for the full sql website folder organisation](full-website.png)


Use dynamic SQL queries to let users interact with your database
=================================================================
Use parameterized SQL queries to let users interact with your database
======================================================================

### Displaying a form

Expand Down

0 comments on commit 863e7c8

Please sign in to comment.