The document discusses the main characteristics of a database system. It notes that a database system allows concurrent use by multiple users to access and update shared data. It also structures and describes all stored data with details on structure, type and relationships. Additionally, it ensures data integrity by protecting data from unauthorized access or changes while only allowing correct and consistent data. Finally, it allows transactions to persistently change the database from one consistent state to another while ensuring data is not lost even if the system crashes.