java ejb開發 程序4、語句alter Table people add(phone_number varchar2(10)) 的作用是 A 修改表結構 B 為people表添加約束,約束名稱是phone_number C 向people表中添加一列,名稱是phone_number,數據類型是varchar2,長度是10 D 上述答案均不正確 5、( )BLOB和CLOB的區別在于 A CLOB只能存放字符類型的數據,而BLOB沒有任何限制 B BLOB只能存放字符類型的數據,而CLOB沒有任何限制 C CLOB只能存放小于4000字節的數據,而BLOB可以存放大于4000字節的數據 D BLOB只能存放小于4000字節的數據,而CLOB可以存放大于4000字節的數據 6、存儲過程從本質上來講就是 A 匿名的PL/SQL程序塊,它可以被賦予參數 B 命名的PL/SQL程序塊,它可以被賦予參數 C 命名的PL/SQL程序塊,不能被賦予參數 D 匿名的PL/SQL程序塊,不能被賦予參數 7、( )下列關于日期數據類型,哪一個語句是正確的寫法 A insert into test values( 9999-12-03 ) B insert into test values( 1999-03-02 ) C insert into test values(to_char(1999-06-03, yyyy/dd/mm )) D insert into test
gperiodic is a program for browsing the periodic Table and looking up data for different elements. It also features a non-graphical interface. gperiodicOrb是一個瀏覽元素周期表和查詢不同元素的數據的程序。它有一個非圖形化的界面。
Setting and Changing Column Widths
By default, all columns in a Table start out with equal width, and the columns automatically fill the entire width of the Table. When the Table becomes wider or narrower (which might happen when the user resizes the window containing the Table), all the column widths change appropriately.
SelectionDemo also has code (not included in the preceding snippet) that changes the Table s selection orientation. By changing a couple of boolean values, you can make the Table allow either column selections or individual cell selections, instead of row selections.