QagentS commited on
Commit
e1e539a
1 Parent(s): 0bd8317

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ widget:
10
  example_title: "example1"
11
  - text: "<schema>CREATE TABLE system(JobID: String,GID: String, UID: String,Submit: Time , Start:Time(yyyy/mm/dd), End: Time,ElapsedRaw: Time, CPUTimeRAW: Time,NCPUS: Number,NNodes: Number, NodeList: List, State:String, Timelimit: Time);</schema><question>Write sql query to get UID for JobID 20 that Start on Jan 20 , 2010 and end on March 10 , 2012 </question><sql>"
12
  example_title: "example2"
 
 
13
  tags:
14
  - code
15
  - sql
 
10
  example_title: "example1"
11
  - text: "<schema>CREATE TABLE system(JobID: String,GID: String, UID: String,Submit: Time , Start:Time(yyyy/mm/dd), End: Time,ElapsedRaw: Time, CPUTimeRAW: Time,NCPUS: Number,NNodes: Number, NodeList: List, State:String, Timelimit: Time);</schema><question>Write sql query to get UID for JobID 20 that Start on Jan 20 , 2010 and end on March 10 , 2012 </question><sql>"
12
  example_title: "example2"
13
+ - text: "<schema>CREATE TABLE department (Department_ID number, Name text, Creation text, Ranking number, Budget_in_Billions number, Num_Employees number) which has Department_ID as primary key abd CREATE TABLE head (head_ID number, name text, born_state text, age number) which has head_ID as primary key and CREATE TABLE management (department_ID number, head_ID number, temporary_acting text) which has department_ID as primary key</schema><question>"
14
+ example_title: "example3"
15
  tags:
16
  - code
17
  - sql