Returns applications that were opened within the last 24 hours starting with the last opened application.
To learn more about queries, check this guide
SELECT * FROM apps WHERE last_opened_time > (( SELECT unix_time FROM time ) - 86400 ) ORDER BY last_opened_time DESC;
PowerShell commands are currently work in progress, contributions welcome.