Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Sybase 510-026
Title
: Sybase ASE SQL Developer
Professional Exam (Version
15.0)
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. Which of the following statistics are NOT captured by QP Metrics?
A. elapsed time
B. logical I/O
C. physical I/O
D. subquery caching
Answer: D
2. In which of the following partition types is data distributed in order of operation?
A. hash
B. range
C. list
D. round robin
Answer: D
3. Which of the following are TRUE about the cursor fetch statement? (Choose 2)
A. The row number starts at 0.
B. If fetch behavior is not specified, the next row is assumed by default.
C. For a scrollable cursor, @@rowcount cannot exceed the total number of rows in the result set.
D. @@fetch_status=0 implies the last fetch was successful.
Answer: BD
4. Which function measures the amount of change in the data distribution since update statistics?
A. data_pages
B. count
C. datachange
D. used_pgs
Answer: C
5. Global indexes can be clustered on
A. round robin partitioned tables only.
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
B. round robin or range partitioned tables.
C. round robin, range or hash partitioned tables.
D. list partitioned tables only.
Answer: A
6. The allrows_oltp optimization goal considers
A. bushy trees.
B. hash joins.
C. merge joins.
D. nested loop joins.
E. parallelism.
F. all optimization methods.
Answer: D
7. An operator tree is displayed as a result of which command?
A. set showplan on
B. set option show_lio on
C. set statistics plancost on
D. set option show long
Answer: C
8. Metrics capture gives the administrator the ability to see which query performed (Choose 2)
A. the most physical I/O.
B. the least logical I/O.
C. a table scan.
D. a clustered index scan.
E. large I/O.
Answer: AB
9. Which type of join requires outer and inner tables sorted in join key ord