Chinaunix首页 | 论坛 | 博客
  • 博客访问: 537004
  • 博文数量: 137
  • 博客积分: 3170
  • 博客等级: 中校
  • 技术积分: 1455
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-17 11:47
文章分类

全部博文(137)

文章存档

2015年(2)

2013年(1)

2012年(6)

2011年(5)

2010年(62)

2009年(61)

我的朋友

分类: Mysql/postgreSQL

2010-06-08 16:03:37

1.metadata(data about data)
Metadata is data about the data, such as the name of a database or table, the data type of a column, or access privileges. Other terms that sometimes are used for this information are data dictionary and system catalog.
2. INFORMATION_SCHEMA数据库存储所有其他数据库的信息,这些表是views,而非base table,没有实际对应的文件。基本表是视图的来源,视图丰富了基本表的表达。只能对
INFORMATION_SCHEMA数据库的表进行select操作。
3. select schema的操作和show 相应项的效果是相同,不过shema更容易统一处理吧。
阅读(687) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~