Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
delete tablename
You cannot use TRUNCATE TABLE on a table referenced by a FOREIGN KEY constraint; instead, use DELETE statement without a WHERE clause. Because TRUNCATE TABLE is not logged, it cannot activate a trigger.