Exam (elaborations)
D427 Things I mess up on Questions and Answers | New One | Grade A+
- Course
- Institution
When you add a Foreign Key to a column when creating a table Ans: When Creating a Table: CREATE TABLE Movie( Title VARCHAR(30), RatingCode VARCHAR(5), FOREIGN KEY (RatingCode) REFERENCES Rating(RatingCode) ); When Creating a View Ans: "AS" Goes after View name CREATE VIEW MyMovies AS SELE...
[Show more]