CREATE INDEX IF NOT EXISTS idx_refresh_tokens_user_id ON refresh_tokens(user_id); CREATE INDEX IF NOT EXISTS idx_products_customer_id ON products(customer_id); ...
-- All tables contain atomic values. -- Each column stores only one value. -- There are no repeating groups or multivalued attributes. -- No non-key attribute depends on another non-key attribute. -- ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results