Question
What is the profit percent or loss percent incurred in
the transaction? I. 5% discount is given on the marked price. II. Cost price is 10% more than the marked price. III. Selling price of the article is Rs. 22,800 Each of the questions below consists of a question and three statements numbered I, II and III given below it. You have to decide whether the data provided in all the three statements are sufficient to answer the question. Read all the statements and give answer –Solution
From (I) & (II), Let MP = 100 then CP = 110 & SP = 95 So loss% = (110-95)/95 × 100 = 15/95 × 100 = 300/19% So answer can be determined by both (1) & (2).
A view in SQL is:
Consider a `LinkedList` data structure. Which control flow statement is most appropriate for iterating through all elements of the list from head to tai...
HTTPS ensures which of the following?
Which of the following is a type of phishing attack?
In the Relational Database Model, data is organized into:
What is context switching?
Which of the following is a common technique for concurrency control in databases?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
What does normalization in DBMS achieve?
Which SQL command is used to retrieve data from a table?