You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a function that will select all data from the events table and display them in chronological order to be shown in the list of upcoming events in the main view.
Acceptance Criteria:
use a single pure database query.
selection limit is six.
write proper tests.
handle errors properly.
The text was updated successfully, but these errors were encountered:
Create a function that will select all data from the events table and display them in chronological order to be shown in the list of upcoming events in the main view.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: