what is used to store object created in another table.
Answers
Answered by
3
Answer:
Using one table is possible, and probably preferable. Have a table column for each of attributes from all of the object types. Then add one more column to indicate the 'object type'. You can get all the objects of one type out of the table with a simple query for rows with a particular object type name.
Explanation:
Please Make As Brainlist Answers please
Answered by
2
Answer
------------
Using one table is possible, and probably preferable. Have a table column for each of attributes from all of the object types. Then add one more column to indicate the 'object type'. You can get all the objects of one type out of the table with a simple query for rows with a particular object type name.
Explanation
-----------------
Hope it is helpful for you ♥
Similar questions