01_basic_connection.py
01_basic_connection.py — python source code from the NoSQL learning materials (NoSQL/python-examples/01_basic_connection.py).
阅读文章 →02_create_operations.py
02_create_operations.py — python source code from the NoSQL learning materials (NoSQL/python-examples/02_create_operations.py).
阅读文章 →03_read_operations.py
03_read_operations.py — python source code from the NoSQL learning materials (NoSQL/python-examples/03_read_operations.py).
阅读文章 →04_update_operations.py
04_update_operations.py — python source code from the NoSQL learning materials (NoSQL/python-examples/04_update_operations.py).
阅读文章 →05_delete_operations.py
05_delete_operations.py — python source code from the NoSQL learning materials (NoSQL/python-examples/05_delete_operations.py).
阅读文章 →06_advanced_operations.py
06_advanced_operations.py — python source code from the NoSQL learning materials (NoSQL/python-examples/06_advanced_operations.py).
阅读文章 →COM641_Task3_Solutions.sql
COM641_Task3_Solutions.sql — sql source code from the SQL learning materials (SQL/assignment/COM641_Task3_Solutions.sql).
阅读文章 →exercise_01_basic_queries.sql
exercise_01_basic_queries.sql — sql source code from the SQL learning materials (SQL/exercises/exercise_01_basic_queries.sql).
阅读文章 →exercise_02_joins.sql
exercise_02_joins.sql — sql source code from the SQL learning materials (SQL/exercises/exercise_02_joins.sql).
阅读文章 →exercise_03_database_design.sql
exercise_03_database_design.sql — sql source code from the SQL learning materials (SQL/exercises/exercise_03_database_design.sql).
阅读文章 →exercise_04_database_functions.sql
exercise_04_database_functions.sql — sql source code from the SQL learning materials (SQL/exercises/exercise_04_database_functions.sql).
阅读文章 →01_database_setup.py
01_database_setup.py — python source code from the SQL learning materials (SQL/python_examples/01_database_setup.py).
阅读文章 →02_create_database_tables.py
02_create_database_tables.py — python source code from the SQL learning materials (SQL/python_examples/02_create_database_tables.py).
阅读文章 →04_insert_data.py
04_insert_data.py — python source code from the SQL learning materials (SQL/python_examples/04_insert_data.py).
阅读文章 →05_select_queries.py
05_select_queries.py — python source code from the SQL learning materials (SQL/python_examples/05_select_queries.py).
阅读文章 →06_update_delete.py
06_update_delete.py — python source code from the SQL learning materials (SQL/python_examples/06_update_delete.py).
阅读文章 →07_joins.py
07_joins.py — python source code from the SQL learning materials (SQL/python_examples/07_joins.py).
阅读文章 →08_database_design.py
08_database_design.py — python source code from the SQL learning materials (SQL/python_examples/08_database_design.py).
阅读文章 →09_database_functions.py
09_database_functions.py — python source code from the SQL learning materials (SQL/python_examples/09_database_functions.py).
阅读文章 →11_stored_procedures.py
11_stored_procedures.py — python source code from the SQL learning materials (SQL/python_examples/11_stored_procedures.py).
阅读文章 →sample_data.sql
sample_data.sql — sql source code from the SQL learning materials (SQL/sample_data/sample_data.sql).
阅读文章 →setup_database.sql
setup_database.sql — sql source code from the SQL learning materials (SQL/setup_database.sql).
阅读文章 →solution_01_basic_queries.sql
solution_01_basic_queries.sql — sql source code from the SQL learning materials (SQL/solutions/solution_01_basic_queries.sql).
阅读文章 →solution_02_joins.sql
solution_02_joins.sql — sql source code from the SQL learning materials (SQL/solutions/solution_02_joins.sql).
阅读文章 →