Hexo
我的第一篇博客
Back to Home
我的第一篇博客
Created
2026-03-08
|
Updated
2026-03-09
|
Word Count:
9
|
Reading Time:
1mins
|
Post Views:
Hello world!
1
cout
<<
"hello world!"
;
Author:
Ask
Link:
https://lzmblogs.pages.dev/2026/03/08/first-blog/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
hexo
blog
Previous
Database 001
Database 001chapter 1:SQL languagee.g. 123select instructor namefrom instructorwhere instructor.dept_name = History 在 relation model 中,数据以 retion 的形式进行表示,而 SQL 语言的作用是用一种标准化语言,对关系数据进行定义、查询、更新和管理 因此我们可以说, SQL 语言本质是面向关系函数的声明式语言。 relation 表示一张表 tuple 元组,表示一行 attribute 属性,表中的一列 schema 属性,即表的结构
Ask
blogs of lzm
Articles
2
Tags
3
Categories
1
Visit GitHub
Announcement
This is my Blog
Contents
1.
Hello world!
Recent Posts
Database 001
2026-03-09
我的第一篇博客
2026-03-08