NGrov commited on
Commit
7c7f877
1 Parent(s): d74368d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -71,6 +71,12 @@ print("SQL Query:")
71
  print(output_text)
72
 
73
  ```
 
 
 
 
 
 
74
 
75
  ## Training
76
 
 
71
  print(output_text)
72
 
73
  ```
74
+ returns:
75
+ ```bash
76
+ SQL Query:
77
+ SELECT avg(age), min(age), max(age) FROM singer WHERE country = 'France'
78
+ ```
79
+
80
 
81
  ## Training
82