+ All Categories
Home > Software > Mysql tutorial commands_part1

Mysql tutorial commands_part1

Date post: 13-Feb-2017
Category:
Upload: prashob7
View: 66 times
Download: 0 times
Share this document with a friend
11
www.ppkportal.com MySQL Queries-Part 1 Illustration of Basic Queries with Example Part 1 www.ppkportal.com
Transcript
Page 1: Mysql tutorial commands_part1

www.ppkportal.com

MySQL Queries-Part 1

Illustration of Basic Queries with ExamplePart 1

www.ppkportal.com

Page 2: Mysql tutorial commands_part1

www.ppkportal.com

Selecting Particular Row – match case

Page 3: Mysql tutorial commands_part1

www.ppkportal.com

Selecting Particular Row – compare condition

Page 4: Mysql tutorial commands_part1

www.ppkportal.com

Selecting Particular Row – AND condition

Page 5: Mysql tutorial commands_part1

www.ppkportal.com

Selecting Particular Row – OR condition

Page 6: Mysql tutorial commands_part1

www.ppkportal.com

Selecting Particular Row – AND, OR condition combined

Page 7: Mysql tutorial commands_part1

www.ppkportal.com

Selecting Particular Column

Page 8: Mysql tutorial commands_part1

www.ppkportal.com

Selecting Unique output using DISTINCT command

Page 9: Mysql tutorial commands_part1

www.ppkportal.com

Usage of WHERE clause

Page 10: Mysql tutorial commands_part1

www.ppkportal.com

Usage of ORDER BY clause and DESC keyword

Page 11: Mysql tutorial commands_part1

www.ppkportal.com

Date Calculations:-TIMESTAMPDIFF() and CURDATE()


Recommended