Question

(SQL Coding) Use the CREATE or REPLACE option to create a view of all the columns...

(SQL Coding)

Use the CREATE or REPLACE option to create a view of all the columns in the d_songs table called view_d_songs.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

answer)

CREATE OR REPLACE VIEW d_songs AS SELECT * FROM view_d_songs;

syntax;

CREATE OR REPLACE VIEW view_name AS sql_statement;

Add a comment
Know the answer?
Add Answer to:
(SQL Coding) Use the CREATE or REPLACE option to create a view of all the columns...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT