I am new to database implementation. I am reading articles on the internet about it and so far so good. I just have a question to see if what i want to achieve is possible.
I have a database with 2 tables inside.
Table1 has
-ProjectID
-Date
-Project Name
-Paper ID
-Paper Name
Table2 has
-Paper ID
-Paper Name
Table 2 has all kinds of papers and right now has 12 rows.
Now if Paper ID is 10 in table 1, can I pull the paper name from table 2 and put it in table 1?
Thanks.
PO
I have a database with 2 tables inside.
Table1 has
-ProjectID
-Date
-Project Name
-Paper ID
-Paper Name
Table2 has
-Paper ID
-Paper Name
Table 2 has all kinds of papers and right now has 12 rows.
Now if Paper ID is 10 in table 1, can I pull the paper name from table 2 and put it in table 1?
Thanks.
PO