Posts

Three excellent cover letter examples

Image
How to write a Cover letter !! Here we described about three samples !! Cover letters are the first chance you have to impress an employer – they're not just a protective jacket for your CV. Here's our guide on what to include and how to format them Type writer with "Dear Madam" written on it  Here's our essential guide on how to write cover letters. Photograph: Alamy Tuesday 11 February 2014 13.00 GMT Last modified on Friday 12 June 2015 12.52 BST Share on Facebook Share on Twitter Share via Email Share on LinkedIn Share on Google+ The first thing a potential employer sees in your job application is the cover letter. This doesn't just support your CV – it's an opportunity for you to stand out from the crowd and persuade the recruiter to put you through to the next round. Be wary of spending hours on perfecting your CV at the expense of your cover letter. If you need some inspiration on what to include and what format to use, here are our helpful ...

An Example for the Beginners (But NOT for the dummies)

A MySQL database server contains many databases (or schemas). Each database consists of one or more tables. A table is made up of columns (or fields) and rows (records). The SQL keywords and commands are NOT case-sensitive. For clarity, they are shown in uppercase. The names or identifiers (database names, table names, column names, etc.) are case-sensitive in some systems, but not in other systems. Hence, it is best to treat identifiers as case-sensitive. You can use SHOW DATABASES to list all the existing databases in the server. mysql> SHOW DATABASES; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.00 sec) The databases "mysql", "information_schema" and "performance_schema" are system databases used internally by MySQL. A "test" database is provided during installation for your testing. Let us begin with a sim...

Summary of MySQL Commands

-- Database-Level DROP DATABASE databaseName -- Delete the database (irrecoverable!) DROP DATABASE IF EXISTS databaseName -- Delete if it exists CREATE DATABASE databaseName -- Create a new database CREATE DATABASE IF NOT EXISTS databaseName -- Create only if it does not exists SHOW DATABASES -- Show all the databases in this server USE databaseName -- Set the default (current) database SELECT DATABASE() -- Show the default database SHOW CREATE DATABASE databaseName -- Show the CREATE DATABASE statement -- Table-Level DROP TABLE [IF EXISTS] tableName, ... CREATE TABLE [IF NOT EXISTS] tableName ( columnName columnType columnAttribute, ... PRIMARY KEY(columnName), FOREIGN KEY (columnNmae) REFERENCES tableName (columnNmae) ) SHOW TABLES -- Show all the tables in the default database DESCRIBE|DESC tableName -- Describe the details for a table ALTER TABLE tableName ... -- Modify a table, e.g., ADD COLUMN and DROP COLUMN ALTER TABLE tableName ADD columnDefinition ...

References on SQL database

Introduction to SQL --SQL is a standard language for accessing and manipulating databases. What is SQL? SQL stands for Structured Query Language SQL lets you access and manipulate databases SQL is an ANSI (American National Standards Institute) standard What Can SQL do? SQL can execute queries against a database SQL can retrieve data from a database SQL can insert records in a database SQL can update records in a database SQL can delete records from a database SQL can create new databases SQL can create new tables in a database SQL can create stored procedures in a database SQL can create views in a database SQL can set permissions on tables, procedures, and views SQL is a Standard - BUT.... > Although SQL is an ANSI (American National Standards Institute) standard, there are different versions of the SQL language. > However, to be compliant with the ANSI standard, they all support at least the major commands (such as SELECT, UPDATE, DELETE, INSE...

Comcast's super-fast cable Internet is coming:

Image
Technology News: For more updated news, please visit: http://edition.cnn.com/TECH/?ref=mansansaar.blogspot.com According to the report of David Goldman, Comcast is working on a way to make cable Internet speeds as fast as Google Fiber and maybe even faster. The company is testing new technology that will connect people to the web at more than 1 Gigabit per second. That's at least 50 times faster than the typical broadband connection that most cable companies offer. With the right modem, and under ideal circumstances, the technology is capable of delivering Internet speeds up to 10 Gigabits-per-second. Google Fiber offers connection speeds starting at 1 Gigabit per second. Comcast's upgraded network should be complete within two to three years, according to a Comcast spokesman, a fact first reported by FierceCable. The new technology works by making data transfer more efficient over existing cable networks, and doesn't require installation of fiber optic cab...

Top 10 Nepali Music Bands

Who says Nepali bands are not good? Nepali bands are equally talented and good as the English and other international bands. There are scores of good bands in Nepal. But these are the best rock Nepali bands of all time.  Here we go, these are the most popular music bands in Nepal !! top 10 list is described here: 1974 AD Formed in early 90s 1974 A. D is to the date most popular band in history in Nepal. Backed by two vocalist (Firoj is no longer the member), 1974 A. D are successful in many genres such as blues, rock n roll, jazz, funk, folk, metal, hard rock. 1974 A. D is household name in Nepali music industry and no band has yet born to win that crown from 1974 A.D. Nepathya Listen to their folk melodies into new, youth-friendly pop and rock tune and you will immediately love this band. Amrit Gurung is true rocker and the most respected figure in Nepali music. One of the oldest band of Nepal nepathya are too good for any age or genres." Every time Amrit Guru...

Microsoft Toolkit 2.5.4 Windows and Office Activation

Image
Did you ever get in trouble for activation key of windows or office because that is already on the block? If the answer is yes, maybe Microsoft Toolkit can help you, if the answer is no, this article can be used as an additional information that may be useful in the days to come. So, the above problem can be solved by using one of the activation tools available in the market. Temporary  disable   your  Anti-Virus protection . ( Some of virus guard will never allow MS Toolkit to modify system registry and activate any Microsoft product !) Download Microsoft Toolkit 2.5.4 From  Here . Unzip and install. Choose the product you want to get activated and wait a few seconds. Restart your PC and enjoy a fully activated Office/Windows. Re enable your Anti-Virus protection. Why the toolkit? Microsoft toolkit is a combination of all activators. Auto KMS and EZ activator modules are built in to provide a perfect activation algorithm. Also toolkit ...