Skip to content

Commit a462a30

Browse files
committed
Create views
1 parent 3b5a5c7 commit a462a30

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

view_2.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CREATE VIEW suranga_pub AS
2+
SELECT Research_paper.JID,
3+
Journal.J_Name,
4+
Research_Paper.Author2 as Co_Authors ,
5+
Research_paper.Status
6+
from Research_paper JOIN Journal
7+
ON Research_paper.JID = Journal.JID;

0 commit comments

Comments
 (0)