Skip to main content

Learner2know- Home

 Profile:

Career Move is blog to explain the Career progression and recruitment modalities to be implemented in an Organization while recruiting employees. Recruiting an employee is not a herculean task but maintaining the employees more difficult.  As the world is becoming more and more competitive recruitment and retention of employees and use them properly for the benefit of the Organization is not easy task.  Career move will provide information with respect to employee recruitment and retention which is the most important part of Organization's growth.

In order to stand out of the competition, the time warrants for new ideas and ideologies to cop up with the latest trend and technologies.  

Employees need regular training to update their knowledge technical as well commercial what ever it may be knowledge and skill of employees is very essential to walk forward without affecting Organization's goodwill.

We hope to help you in this direction.

Comments

Popular posts from this blog

How to Use Mail Merge in Microsoft Word

How to Use Mail Merge in Microsoft Word Use mail merge to create and print too many letters and other documents to different persons. Mail merge is used to create a set of documents, such as a form letter(interview call/offer letters) that is sent to many candidates.  Each letter has unique information.  For example, in letters to candidates, each letter can be personalized to address each candidate by name.  The mail merge process requires the following steps: Set up the main document.  The main document contains contents which will be used in each document. Connect the document to a data source.  A data source is a file that contains the information to be merged into a document. Normally we can use excel file contains the names and addresses of the recipients of a letter.  Microsoft Office Word generates a copy of the main document for each item, or record, in your data file.  If your data file is a mailing list, these item...

VLOOKUP

How to use lookup function : VLOOKUP function in Excel Excel Worksheet primarily supports tabulation functions which are very useful for preparing reports and financial data.   Inserting a formula in excel worksheet has the following steps:- Suppose a value to be searched from one sheet and to be shown in another sheet vertical lookup(VLOOKUP) function is used. FORMULA = VLOOKUP(A4,Sheet1!A1:F15,3,False). In this formula when after inserting '=' sign add the word/function name "VLOOKUP"    inside the bracket the first item is "A4". This is the lookup cell value.   Then add the range of cells "Sheet1!A1:F15" to look for this value out of the Range – A1:F15 and add the index number "3" out of which we want to take the value.  The value required is lies in the column index no.3. Finally for an exact match add “False”.

INSERT DATA INTO MYSQL

Insert data into MySQL How to Install WAMPSERVER How to insert data into MySQL : After installation of WampServer a short cut will appear on the desktop. Click on the short cut and you will be asked whether the programme to be allowed to open, then click yes. Then "w" icon will be displayed on the shortcut bar on the bottom which will first appear as red then orange and then green. Right click on the icon and select PHPMYADMIN for inserting data into MySQL. You will be directed to login page login after giving the required credentials. You will be directed to the phpmyadmin page then select new on the left panel to create a new data base viz. "empdetails".   Then save and go  Then you will be asked to create table give name of the table as "empadress". Create four coloumns as displayed : id empname qtrno persno int for id Varchar for empname Int for qtrno Into for persno Click on A/I box and activate. A/I is for auto increment of ID i.e. in you...