比如:将 2.131415925 这个数字保留三位小数并四舍五入,可用下面的代码实现int temp = 2.131415925 * 1000 + 0.5;float temp1 = ((float)temp)/1000;想保留几位就乘 10的几次方。
11. Identify the memory component from which memory may be allocated for:1: Session memory for the shared ...
10. Examine the following statement that is used to modify the constraint on the SALES table:SQL> ALTER TA...
7. You have issued a SHUTDOWN ABORT command to bring down your database instance. Considerthe steps that w...
622.You need to maintain a record of all transactions on some tables for at least three years.Automatic un...
501.Note the output of the following query;SQL> SELECT flashback_archieve_name, status FROM dba_flashback_...
166.Exhibit: View the Exhibit and examine the output.You executed the following command to enable Flashbac...
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号