A) Rs. 5989
B) Rs. 6540
C) Rs. 7844
D) Rs. 6789
View Answer
Option – B.
More Questions
Dilatory:Expeditious::Direct:?
The “curse of dimensionality” relates to which problem of using operational data for BI reporting?
Which file format can be added to a powerpoint show?
The mass defect is the result of what action occurring?
The basic operations performed by a computer are
Who Creates The Project Charter?
After the initial success of the Revolt of 1857, the objective for which the leaders of the Revolt worked was
The ratio of the ages of Maala and Kala is 4 : 3. The total of their ages is 2.8 decades. The proportion of their ages after 0.8 decades will be [1 Decade = 10 years]
You develop an inventory management application called XYZManagement that will call a Microsoft SQL Server stored procedure named sp_GetDailyXYZSales. The stored procedure will run a query that returns your daily sales total as an output parameter. This total will be displayed to users in a message box. Your application uses a SqlCommand object to run sp_GetDailyXYZSales. You write the following code to call sp_GetDailyXYZSales: SqlConnection cnn = new SqlConnection(myConnString); SqlCommand cmd = new SqlCommand(“sp_GetDaily XYZ Sales”, cnn); cmd.CommandType = CommandType.StoredProcedure; SqlParameter prm = cmd.Parameters.Add(“@ItemTotal”,SqlDbType.Int); prm.Direction = ParameterDirection.Output; cnn.Open(); cmd.ExecuteNonQuery(); Now you must write additional code to access the output parameter. Which code segment should you use?
Which natural number is nearest to 8485, which is completely divisible by 75 ?