MySQL的优点有哪些?()A、免费B、易于安装C、易于使用D、方便保管
MySQL的优点有哪些?()
- A、免费
- B、易于安装
- C、易于使用
- D、方便保管
相关考题:
关于DriverManager类下列哪些程序段是正确的?() A、Class.forName("org.gjt.mm.mysql.Driver");B、DriverManager.registerDriver(neworg.gjt.mm.mysql.Driver());C、Class.forName(neworg.gjt.mm.mysql.Driver());D、DriverManager.registerDriver("org.gjt.mm.mysql.Driver");E、以上说法都不对
修改MySQL用户root的密码的指令是?() A.mysqladmin-urootpasswordtestB.mysql-urootpasswordtestC.mysql-uroot-ptestD.mysql-uroot-passwordtest
连接 MySQL 数据库的正确方法是() A.mysql_open("localhost");B.mysql_connect("localhost");C.connect_mysql("localhost");D.dbopen("localhost");
php连接上mysql之后,采用哪个函数配置循环可以得到指定表中的记录?() A.mysql_fetch_rowB.mysql_select_dbC.mysql_queryD.mysql_connect
php连接上mysql之后,采用哪个函数配置循环可以得到指定表中的记录?()A、mysql_fetch_rowB、mysql_select_dbC、mysql_queryD、mysql_connect
取得查询语句的结果集中的记录函数有()A、mysql_fetch_rowB、mysql_fetch_assocC、mysql_num_rowsD、mysql_fetch_arrayE、mysql_fetch_object
问答题简述mysql_fetch_row()和mysql_fetch_array之间有什么区别?