How would you design a database for an e-commerce website?
• 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 |
What is bind variable in oracle 11g?
can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?
How does one get the view definition of fixed views/tables?
what is the use of rank function?
I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????
How do I recompile a procedure in oracle?
What are the uses of Database Trigger ?
It's Urgent? How to IMPORT .xls & .txt file into ORACLE?
What are the various types of snapshots ?
Can we write dml statement in function in oracle?
What is a nested table and how is it different from a normal table?
How to convert csv to table in oracle?