Database management concepts involve managing structured data through database management systems (DBMS). A DBMS allows for efficient data retrieval and manipulation through features like querying, views, indexing and optimization. It also controls access and maintains integrity. Key concepts include the database schema, data independence, transaction processing for concurrent users, and ensuring serializability and atomicity of transactions.