How to Use SQL with Microsoft Access

所在平台: Udemy

课程主页: https://www.udemy.com/course/how-to-use-sql-with-microsoft-access/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:如何使用 SQL 和 Microsoft Access 课程概述: Microsoft Access 是微软开发的数据库管理系统,它将关系数据库引擎与图形用户界面及软件开发工具结合在一起。该系统是 Microsoft 365 应用程序套件的一部分,包含在专业版及更高版本中或单独出售。 什么是 SQL? SQL(结构化查询语言)是一种使用户能够访问和操作数据库的语言。SQL 于1986年成为美国国家标准协会(ANSI)标准,并于1987年成为国际标准化组织(ISO)标准。 SQL 能做些什么? - 执行数据库查询 - 从数据库中检索数据 - 向数据库插入记录 - 更新数据库中的记录 - 从数据库中删除记录 - 创建新数据库 - 在数据库中创建新表 - 创建存储过程 - 创建视图 - 设置表、过程和视图的权限 虽然 SQL 是阿莫伽/ISO 标准,但存在不同版本的 SQL 语言。然而,为了符合 ANSI 标准,它们都以类似的方式支持至少主要命令(如 SELECT、UPDATE、DELETE、INSERT、WHERE)。需要注意的是,大多数 SQL 数据库程序除了 SQL 标准外,还有自己独特的扩展功能。 此课程将帮助您理解如何在 Microsoft Access 中有效使用 SQL,以实现对数据库的访问和管理。

课程评论(0条)

课程详情

Microsoft Access is a database management system from Microsoft that combines the relational Access Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft 365 suite of applications, included in the Professional and higher editions or sold separately.What is SQL?SQL stands for Structured Query LanguageSQL lets you access and manipulate databasesSQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987What Can SQL do?SQL can execute queries against a databaseSQL can retrieve data from a databaseSQL can insert records in a databaseSQL can update records in a databaseSQL can delete records from a databaseSQL can create new databasesSQL can create new tables in a databaseSQL can create stored procedures in a databaseSQL can create views in a databaseSQL is a standard language for accessing and manipulating databases.SQL can set permissions on tables, procedures, and viewsSQL is a Standard - BUT....Although SQL is an ANSI/ISO standard, there are different versions of the SQL language.However, to be compliant with the ANSI standard, they all support at least the major commands (such as SELECT, UPDATE, DELETE, INSERT, WHERE) in a similar manner.Note: Most of the SQL database programs also have their own proprietary extensions in addition to the SQL standard!

课程标签

0人关注该课程

主题相关的课程