MySQL 面试题与答案
Test your skills through the online practice test: MySQL Quiz Online Practice Test
问题 11. What Is MySQL?
MySQL is an open source database management system developed by MySQL AB, http://www.mysql.com.
这有帮助吗?
添加评论
查看评论
问题 12. What Is mSQL?
Mini SQL (mSQL) is a light weight relational database management system capable of providing rapid access to your data with very little overhead. mSQL is developed by Hughes Technologies Pty Ltd.
MySQL was started from mSQL and shared the same API.
这有帮助吗?
添加评论
查看评论
问题 13. What Is SQL?
SQL, SEQUEL (Structured English Query Language), is a language for RDBMS (Relational Database Management Systems). SQL was developed by IBM Corporation.
这有帮助吗?
添加评论
查看评论
问题 14. What Is Table?
A table is a data storage structure with rows and columns.
这有帮助吗?
添加评论
查看评论
问题 15. What Is Column?
A column defines one piece of data stored in all rows of the table.
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容: