Skip to end of banner
Go to start of banner

Using SQL-file with Markup

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Scenario

Estimated Time: 4 min

Let's say you have a database table called "BOOKS" and  the table contains the following columns and rows:

+----+----------------------------+---------------------+-------+
| id | title                      | author              | price |
+----+----------------------------+---------------------+-------+



  • No labels