A) Asoka
B) Samudra Gupta
C) Vikramaditya
D) Kanishka
View Answer
Option – D.
More Questions
Who has become the first batsman to score three double tons in One Day Internationals?
Which region specializes in diamonds?
Two Mega confectionery brands – Maha Lacto and Eclairs are owned by which company?
A contractor undertake to finish a certain work in 124 days and employed 120 men. After 64 days, he found that he had already done 2/3 of the work. How many men can be discharged so that the work may finish in time ?
Which union minister has launched a mobile app “Celebrating Yoga” for scientific healthy living ?
The average age of seven persons sitting in a row facing east is 26 years. If the average age of the first three persons is 19 years and the average age of the last three persons is 32 years, then find the age of the person sitting in the middle of the row ?
In a certain code language COMPUTER is written as RFUVQNPC. How will MEDICINE be written in that code language?
What is the first thing that alcohol effects?
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?
Choose the correct alternative that will continue the same pattern and replace ‘x’ in the series 31,45,35,47,39,x,43,51,47,53