|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/oracle-database-for-beginners/
课程评论:没有评论
课程名称:初学者的Oracle数据库 课程概述:本课程致力于教授学员如何使用Oracle数据库进行数据存储、操作和查询。课程内容涵盖数据库基础知识,逐步引导学员掌握使用PL/SQL创建程序单元以实施业务逻辑和规则。 主要主题包括: - 什么是数据库管理系统(DBMS)和关系型数据库管理系统(RDBMS) - 如何入门Oracle Database 18c XE和Oracle SQL Developer - 如何使用SQL检索、操作和创建数据 - 使用GROUP BY和HAVING子句对数据进行分组 - 使用不同类型的连接从多个表中获取数据 - 如何使用子查询和相关子查询编写复杂查询 - 什么是视图,视图的优点以及如何通过视图操作基础表 - 什么是索引,索引如何提高性能 - 使用对象权限实现对象级安全 - 如何创建和使用正则表达式 - 编写PL/SQL块来处理数据 - PL/SQL中的各种控制结构 - 异常处理 - 显式和隐式游标 - 创建程序和函数以实施业务逻辑 - 创建数据库触发器以实施业务规则 - 动态SQL和集合 本课程将为初学者提供全面的Oracle数据库知识,帮助他们在实际工作中应用所学技能。
Learn how to use Oracle Database to store, manipulate and query data. It takes you from fundamentals of databases to creating program units to implement business logic and rules using PL/SQL. The following are major topics covered:What is DBMS and RDBMSHow to get started with Oracle Database 18c XE and Oracle SQL DeveloperHow to use SQL to retrieve, manipulate and create dataHow to group data using GROUP BY and HAVING clausesHow to use different types of joins to get data from multiple tablesHow to use subquery and correlated subquery to write complex queriesWhat is a view, advantages of view and how to manipulate base table through viewWhat is index and how index improves performance Implementing object-level security using object privileges How to create and use regular expressionsWriting PL/SQL blocks to process data Various control structures in PL/SQLHandling exceptionsExplicit and Implicit cursorsCreating procedures and functions to implement business logicCreating database triggers to implement business rulesDynamic SQL and collections