PDA

View Full Version : Can a database store a large numbers of record


abiya999
Oct 9, 2011, 07:47 AM
Can a database store a large numbers of record

ScottGem
Oct 9, 2011, 07:52 AM
That's what databases are for.

Curlyben
Oct 9, 2011, 07:52 AM
Yes.
Mind you it does depend on what you class as large as to which system would be best for the task.

LegalEagle1
Dec 15, 2011, 11:55 PM
Yes- Millions of records. I would recommend Microsoft SQL. If you are hosting a website try MYSQL - It's free.

ScottGem
Dec 16, 2011, 04:06 AM
I would recommend Microsoft SQL.

I assume you meant Microsoft's SQL Server. That's the product name. SQL is a copyrighted abbreviation for Structured Query Language. Which is a standard language for querying relational databases.