Hey there!

Explore The Modern Technologies With Me

“Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.”

Linus Torvalds

About Us

Codetej is developed by people who are keened to learn new things. Here we will be sharing an information which you can read and apply in your life. We hope you like it and find it useful. If you are not from IT background still you can gain extra knowledge.

Recent Posts

Update and delete commands in MySQL

In this post, you will see how to use update and delete commands in MySQL. As the name suggests they are used to update or delete the data in table. But there are some important thing we need to keep in mind while using those commands.

WHERE clause in MySql

In this post, you will learn about WHERE clause in MySql command line. Where clause is used to fetch data with some specific conditions. If that specific condition is met, then it return the data to print.

Fetch data using select keyword

In this post, you will see how to fetch data using select keyword. Also, you will see different options to use with select statement. You will see how to use distinct keyword with the select statement.