Question
TDM = [‘The’,’Data’,’Monk] a. Print the last object of the list b. Change the last element to Monkey c. Remove Monkey from the list d. GET Monk back to the list They did not use The Data Monk as example :P
in progress 0
55 years 1 Answer 948 views Grand Master

Question
Get all employee detail from EmployeeDetail table whose "FirstName" not start with any single character between 'a-p'
in progress 0
55 years 2 Answers 1249 views Member

Question
How can you create an empty table from an existing table? Suppose the name of existing table is student and new table is studentcopy
in progress 0
55 years 2 Answers 1263 views Member

Question
Write an SQL Query find number of employees according to gender whose DOB is between 01/01/1960 to 31/12/1975. Use column name as sex,DOB table name Employees
in progress 0
55 years 3 Answers 1040 views Member

Question
A simple query looks something like below Select * FROM Table1 Left join Table 2 on (Condition) where group by order by But what is the flow of execution of commands at the back-end?
in progress 0
55 years 1 Answer 1166 views Grand Master