How to stop workflow if empty table

Is there a way to stop the workflow if the Database reader returns an empty table in the beginning of the workflow?

Thanks in advance!

-J

You could use the "Empty Table Switch" node.  If the table contains data it can follow the normal workflow, if no data is present the workflow does not run.