Log with an auto identifier
Design an event_log table where the id is assigned by the database automatically and CANNOT be set by hand. The event kind is required; the time created_at is required and defaults to the current moment. Columns: id — automatic primary key; kind; created_at.
Μόνο CREATE/ALTER/DROP — δεν χρειάζεται τελικό SELECT.
Συνδεθείτε για να δείτε το ιστορικό υποβολών
ΣύνδεσηΣυνδεθείτε για να χρησιμοποιήσετε τον AI Mentor
ΣύνδεσηΧωρίς αρχικό σχήμα
Αυτή η άσκηση ξεκινά χωρίς πίνακες — θα τους δημιουργήσετε μέσω CREATE TABLE.