Backend for Non-developers - Database Construction Guide Starting with SQLite

This series is a practical guide that helps non-developers without programming experience understand the basic concepts of backend and databases, and actually build and manage databases. ### Recommended for - Planners who want to understand the structure of web services and data management - Novice developers who want to establish a solid foundation in databases - Practitioners who want to systematically manage data that was previously managed in Excel - Entrepreneurs who want to create services directly in startups ## 🎯 Learning Objectives After reading this book, you will have the following abilities: 1. **Understanding the basics of databases**: Acquiring basic concepts of tables, relationships, and SQL 2. **Practical use of SQLite**: Creating and managing databases using GUI tools 3. **Writing SQL queries**: Performing basic operations such as data retrieval, insertion, modification, deletion 4. **Database design**: Efficient table structure design and relationship establishment 5. **Understanding scalability**: Transition points and methods from SQLite to MySQL/PostgreSQL 6. **Cloud utilization**: Building cloud databases through AWS RDS 7. **Real-world projects**: Implementing actual service databases such as blogs, e-commerce, collaboration tools

1 post 102 밤치