2021 - 08 - 27 Tutorial 02
2021 - 08 - 27 Tutorial 02
Tutorial Session
• SELECT query is used to fetch records from database. * is used to select all fields/columns:
......................................................................................................
1
WHERE is an optional clause. It specifies the condition that returned the matched records in the result
set.
......................................................................................................