单选题james needs to sort a list of values in a list of values in fieldA, and when the form in saved ,he wants to sort the list before it is saved. Which one of the following formulas would accomplish this?()A  @sort B  @sort(@thisvalue) C  @sortAscending(fi

题目
单选题
james needs to sort a list of values in a list of values in fieldA, and when the form in saved ,he wants to sort the list before it is saved. Which one of the following formulas would accomplish this?()
A

 @sort 

B

 @sort(@thisvalue) 

C

 @sortAscending(fieldA)      

D

 @sort(“ascesding”;”fieldA”)

参考答案和解析
正确答案: A
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The NLS_SORT parameter sets the default sort method for which of the following operations?()

A. WHERE clause WHERE

B. ORDER BY clause

C. BETWEEN clause

D. NLSSORT function

E. NLS_SORT function


参考答案:A, D

第2题:

jamesneedstosortalistofvaluesinalistofvaluesinfieldA,andwhentheforminsaved,hewantstosortthelistbeforeitissaved.Whichoneofthefollowingformulaswouldaccomplishthis?()

A.@sort

B.@sort(@thisvalue)

C.@sortAscending(fieldA)

D.@sort(“ascesding”;”fieldA”)


参考答案:B

第3题:

Listlist=//morecodehere12.Collections.sort(list,newMyComparator());Whichcodewillsortthislistintheoppositeorderofthesortinline12?()

A.Collections.reverseSort(list,newMyComparator());

B.Collections.sort(list,newMyComparator());list.reverse();

C.Collections.sort(list,newInverseComparator(newMyComparator()));

D.Collections.sort(list,Collections.reverseOrder(newMyComparator()));


参考答案:D

第4题:

11. List list = // more code here  12. Collections.sort(list, new MyComparator());  Which code will sort this list in the opposite order of the sort in line 12?() 

  • A、 Collections.reverseSort(list, new MyComparator());
  • B、 Collections.sort(list, new MyComparator()); list.reverse();
  • C、 Collections.sort(list, new InverseComparator( new MyComparator()));
  • D、 Collections.sort(list, Collections.reverseOrder( new MyComparator()));

正确答案:D

第5题:

helga is working with a multi-value field that has numeric values in a list. she would like to apply a formula to each item in the list, return the list which one of the following @fuctions can she use to accomplish this with one line of code?()

  • A、@transform  
  • B、@Listprocess  
  • C、@processlist 
  • D、@listevaluate

正确答案:A

第6题:

Which two statements are true regarding the default behavior of the ORDER BY clause? ()

A.Null values are left out of the sort.

B.Character values are displayed from Z to A

C.Date values are displayed with the earliest value first.

D.Null values are displayed last for descending sequences.

E.Numeric values are displayed with the lowest values first.


参考答案:C, E

第7题:

Which of the following statements is true regarding simple sort techniques?

A.exchange sort if frequently referred to as a bubble sort.

B.exchange sort is the least expensive.

C.if random data are in an array that is to be sorted ,an insertion sort will give then best performance for large elements with small sort items.

D.both insertion sort an selection sort require O(n) moves.


正确答案:A

第8题:

Which of the following NLS_SORT parameter values would result in case-insensitive and accent-insensitive binary sorts?()

A. NLS_SORT = BINARY

B. NLS_SORT = BINARY_AI

C. NLS_SORT = BINARY_CI

D. NLS_SORT = BINARY_AI_CI

E. Binary sorts are case insensitive and accent insensitive by default.


参考答案:B

第9题:

Which command will list the top 5 memory intensive processes?()  

  • A、lsmem -pu 5
  • B、lsps -psu 5
  • C、svmon -Put 5
  • D、ps -au sort -rn +4head -5

正确答案:C

第10题:

which one of the following should cathy use to sort a list?()

  • A、 @sort
  • B、 @sortlist
  • C、 @datasort
  • D、 @listorder

正确答案:A

更多相关问题