11.What is Operational Data Store? A ODS is an operational data store which comes as a second layer in a datawarehouse architecture. It has ...

A Quick solutions to your Technical problems.
11.What is Operational Data Store? A ODS is an operational data store which comes as a second layer in a datawarehouse architecture. It has ...
Nowadays housewives are also very conscious about their weight and diet pattern. But like other working women even they are busy with their ...
11. What are ENUMs used for in MySQL? You can limit the possible values that go into the table. CREATE TABLE months (month ENUM ’January’, ’...
21. Differentiate the LIKE and REGEXP operators? SELECT * FROM pet WHERE name REGEXP "^b"; SELECT * FROM pet WHERE name LIKE ...
31. what is difference between primary key and candidate key? Primary Key - are used to uniquely identify each row of the table. A table can...
41. How do you find out which auto increment was assigned on the last insert? SELECT LAST_INSERT_ID() will return the last value assigned by...
16. How to create links to the mapped network drives? Creating links to mapped drives in WSS v3 or MOSS 2007 can be done via the new content...