Nowadays housewives are also very conscious about their weight and diet pattern. But like other working women even they are busy with their ...
Mysql Interview Question and Answers 5
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 ...
Mysql Interview Question and Answers 4
31. what is difference between primary key and candidate key? Primary Key - are used to uniquely identify each row of the table. A table ...
Mysql Interview Question and Answers 3
21. Differentiate the LIKE and REGEXP operators? SELECT * FROM pet WHERE name REGEXP "^b"; SELECT * FROM pet WHERE name LIKE ...
Mysql Interview Question and Answers 2
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’...
SharePoint Interview Questions and Answers 2
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 conte...
SharePoint Interview Questions and Answers 11
136. How is site data stored? Site data is stored in your content database that either resides in SQL Server 2000 or MSDE. 137. Where i...
SharePoint Interview Questions and Answers 10
121. What is a document workspace? Document workspaces consist of information surrounding a single or multiple documents. 122. What is...
SharePoint Interview Questions and Answers 9
106. What is the difference between SharePoint Portal Server and Windows SharePoint Services? SharePoint Portal Server is the global porta...
SharePoint Interview Questions and Answers 8
96. How do I open an older version of a document? Normally, all previous versions are located in the shadow, so if you right click a publi...
SharePoint Interview Questions and Answers 7
86. What are the benefits of Microsoft Office SharePoint Server 2007? Provide a simple, familiar, and consistent user experience. Boost ...
SharePoint Interview Questions and Answers 6
76. Can SharePoint be linked to an external data source? SharePoint data can be opened with Access and Excel as an external data source. T...
SharePoint Interview Questions and Answers 5
61. What are the advantages of a hosted SharePoint vs. one that is on an in-house server? No hardware investment, i.e. lower costs No so...
SharePoint Interview Questions and Answers 4
46. What is the relationship between Microsoft SharePoint Portal Server and Microsoft Windows Services? Microsoft SharePoint Products and...
SharePoint Interview Questions and Answers 3
31. What are WebPart properties, and what are some of the attributes you see when declaring WebPart properties in code? WebPart properties...