📊 Registration Data - SQL Table Format
MySQL Query Results View
Total Records:
2
← Standard View
Registration Form
Insert Dummy Data
💡 SQL Query to Run in HeidiSQL:
USE `gagan`; SELECT `id`, `first_name`, `last_name`, `email`, `mobile_number`, `message`, `created_at` FROM `registrations` ORDER BY `created_at` DESC;
📋 Copy SQL Query
MySQL Query Result (2 rows)
id
first_name
last_name
email
mobile_number
message
created_at
2
Ram
Kumar
kum@gmail.com
0000000000
5454
2026-01-21 12:49:49
1
Gagan
Deep
abc@gmail.com
0000000000
Hi This is test
2026-01-21 12:46:17