How would you design a database for an e-commerce website?
Answer Posted / hr@tgksolutions.com
• Tables Needed:
o Users: Stores user info.
o Products: Stores product details.
o Orders: Stores order history.
o Payments: Stores payment transactions.
• Use indexes for fast lookups.
• Implement ACID transactions for financial data.
• Use sharding for high-traffic scaling.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by merge in oracle?
What is different types of joins?
What happens if variable names collide with table/column names?
How do I spool to a csv formatted file using sqlplus?
How many memory layers are in the oracle shared pool?
What are transaction isolation levels supported by oracle?
Explain rename?
When system tablespace is created?
How to assign a tablespace to a users in oracle?
What is merge in oracle?
definition of cluster and non-clustered index?
How do I uninstall oracle 11g?
What is a proxy object?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is meant by joins? List out the types of joins.