pub fn extract_table_name(sql: &str) -> Option<&str>
Extract the table name from a simple SQL query. Returns None for complex queries or when table cannot be determined.