摘要: https://github.com/soulmachine/leetcode 阅读全文
posted @ 2016-08-23 16:35 helo_blog 阅读(87) 评论(0) 推荐(0)
摘要: [SQL基础教程]1 4 SQL 表的创建 创建数据库 语法 CREATE DATABASE // example CREATE DATABASE shop; 创建表 语法 CREATE TABLE ( , , . . . ,... ); 命名规则 数据库、表、列的名称必须由字母、数字、_ 组成; 阅读全文
posted @ 2016-08-23 09:27 helo_blog 阅读(204) 评论(0) 推荐(0)