当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: Databases Questions & Answ
 

 

    摘要: misc. topics questions & answers 1. differences between mac, windows, unix macos (up until osx, anyhow) was single-user and (technically) did not have multitasking capabilites (some people wi......
 ·c++ design pattern:adapter    »显示摘要«
    摘要:from this day onwards,i will start to learn c++ design pattern.& i will write down my comprehensions and feelings.(for the purpose of self-examination,and communicating with newbies as me.) (adapt......


面试时最经常被问到的问题(Frenquently asked interview questions)之 Databases 篇

 

1.      what are two methods of retrieving sql? 【程序编程相关:介绍几个array库的新函数

databases questions & answers 【推荐阅读:LINUX 常见问题1000个详细解答(

answer: 【扩展信息:Flex中使用Google

2.      what cursor type do you use to retrieve multiple recordsets?

answer:

3.      what action do you have to perform before retrieving data from the next result set of a stored procedure?

answer: move the cursor down one row from its current position. a resultset cursor is initially positioned before the first row. before you can get to the first row, you would need to move the cursor down by one row ( for ex: in java the first call to next makes the first row the current row; the second call makes the second row the current row, and so on).

4.      what is the basic form of a sql statement to read data out of a table?

answer: select * from table_name;

5.      what structure can you have the database make to speed up table reads?

answer: the question is not correct. "what structure can you have the database make to speed up table reads?" it is not clear what exactly the term "structure" means in this case. follow the rules of db tuning we have to:


...   下一页
    摘要:边城狂人 java 类中类属性 (static 变量) 和对象属性 (非 static 变量) 的初始化顺序可以用如下程序测试: /** * @(#) test.java * @author fancy */ public class test { static string a = "string-a"; static string b; string c = "s......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE