.. _section-Query Execution from Sunflower Console: Query Execution from Sunflower Console ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Queries can also be executed from the **Sunflower Console** plugin. In this plugin window, one interacts with Flora directly using Flora style statements. For example, to execute the query ’Who are Bettys siblings?’, click the **Sunflower Console** tab to launch the plugin. Then at the Flora prompt ?-, type: .. code-block:: flora ?- Betty [sibling -> ?Sibling]. This is shown in :numref:`figure-Queries-sunflower-console-input.png`. Press the Enter key on the keyboard to start the query execution. .. _figure-Queries-sunflower-console-input.png: .. figure:: ../../figs/Queries-sunflower-console-input.png :alt: Execute a query in the **Sunflower Console** window Execute a query in the **Sunflower Console** window Query results returned are displayed directly in the **Sunflower Console** window, as shown in :numref:`figure-Queries-sunflower-console-result.png`. .. _figure-Queries-sunflower-console-result.png: .. figure:: ../../figs/Queries-sunflower-console-result.png :alt: Query results in the **Sunflower Console** window Query results in the **Sunflower Console** window