P is the son-in-law of S. T and Q are the children of P. M is the mother of T. How is M related to S?
47,322 bulbs are to be packed in several boxes. Each box should contain equal Numbers of bulbs and no bulb should be unpacked . What are the number of boxes used
What will be the result of the query given below?SELECT emp_id,‘ACTIVE’ AS STATUS,emp_id * 3.14 AS emp_pi,UPPER (lname) AS last_nameFROM employee;
What will be the output of a query given below?SELECT person_id, Fname, lnameFROM person;
“COUNT” keyword belongs to which categories in Mysql
In the following query, what does “person_id” stands for?CREATE TABLE person (person_ id SMALLINT UNSIGNED, fname VARCHAR(20), lname VARCHAR(20) , CONSTRAINT pk_person PRIMARY KEY (person_id));
Create table employee (name varchar ,id integer) What type of statement is this
SQL query to find the temperature in increasing order of all cities
If emp_id contain the following set {-1, -2, 2, 3, -3, 1}, what will be the output on execution of the given query?SELECT emp_idFROM personORDER BY emp_id;
When the price of a pair of shoes is decreased by 10%, the number of pairs sold increased by 20%. What is the net effect on scales