northdan.
Vezi pagina în română

IT Glossary

What is a Database?

The organised memory of an application: customers, orders and stock stored in structure, searchable instantly, shared safely by many users.

That spreadsheet of customers the whole office opens 'read-only' is, in truth, an improvised database — and its limits explain exactly why real ones exist. A database stores information in structure (customers, orders, products, and the links between them), serves many users at once without collisions, answers in milliseconds to questions like 'all unpaid invoices older than thirty days', and keeps a journal of who changed what. Practically every application your company relies on — invoicing, inventory, the online store, the CRM — has a database underneath, and the quality of its design quietly decides application speed, report accuracy, and how painful it will be to extract your records if you ever switch providers. That last point is where buyers should linger: legally the data is yours; practically, it is whatever the contract says. Before signing with any software vendor, two questions earn their keep: which database engine does the product run on (mainstream engines mean portable skills and portable data), and what is the concrete mechanism for a full export when we leave? A supplier who hesitates on the second question has told you the retention strategy.

Let’s talk about your project

Message us on WhatsApp or send an email — you talk directly to a developer.

office@northdan.com · +40 752 070 247

Why it matters for your business

The end of parallel spreadsheets

One source of truth with simultaneous access and role-based rights — no more competing file versions circulating by email.

Instant answers from mountains of records

Reports, filters and searches across hundreds of thousands of rows take seconds — business questions get answers, not estimates.

Integrity and an audit trail

Database rules block absurd data such as orders without customers or negative stock, and the journal shows who changed what, when.

Frequently asked questions

How is a database better than a well-kept spreadsheet?

With one user and a thousand rows, it is not — spreadsheets excel there. The gap opens with simultaneous access, large volumes, relationships between entities (customer to orders to invoices) and the need for history: at that point the spreadsheet corrupts while a database barely warms up.

Do I need to understand the technology under my business software?

Only two facts, and both protect your wallet: which engine it runs on (mainstream ones like PostgreSQL or MySQL mean skills and data stay portable), and whether you can get a complete export in a standard format. Everything deeper is legitimately the developer's territory.

Does the data in the database belong to me or to the software vendor?

Legally yours; practically, whatever the contract says. Demand the explicit right to a full export — standard format, on request or on schedule — before signing. A supplier who hesitates over that clause is planning your captivity.