Hallo,
Bitte tu das nicht. Das ist ein Anti-Pattern, dafür sind Datenbanken nicht gedacht.
Was genau meinst du mit Anti Pattern?
etwas, das man bitte auf keinen Fall tun sollte. So wie Tipp-Ex am Bildschirm.
CREATE TABLE images ( imgid varchar(30), imgdate varchar(30), imgtype varchar(30), owner_id INT NOT NULL, FOREIGN KEY (owner_id) REFERENCES users(user_id) );
Was genau macht das FOREIGN KEY bzw. REFERENCES ?
Nach meinem Verständnis gibt man damit an, dass für images.owner_id und users.user_id ein gemeinsamer Index erzeugt wird.
So long,
Martin
--
Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.
- Douglas Adams, The Hitchhiker's Guide To The Galaxy
Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.
- Douglas Adams, The Hitchhiker's Guide To The Galaxy