Databases
audiobook (Unabridged) ∣ System Concepts, Designs, Management, and Implementation
By Jonathan Rigdon
Sign up to save your library
With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.
Find this title in Libby, the library reading app by OverDrive.

Search for a digital library with this title
Title found at these libraries:
Library Name | Distance |
---|---|
Loading... |
Databases are structured collections of data that enable efficient retrieval, insertion, updating, and deletion of information. They serve as the foundation for various applications, from simple contact lists to complex enterprise systems. Key concepts include tables, which organize data into rows and columns; relationships, which define connections between tables; and SQL (Structured Query Language), used to interact with databases by querying and manipulating data.