text stringlengths 5.43k 6.62k | __index_level_0__ int64 17 24.8k |
|---|---|
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: what is the lowest price fare from ATLANTA to SAN FRANCISCO on flight DL 82 and DL 139 ### Input: CREATE TABLE city (
ci... | 6,668 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Answers about Y by Users who know X and Y. ### Input: CREATE TABLE PostTypes (
Id number,
Name text
)
CREATE TABLE ... | 10,521 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Score of first question/answer after N days by user. ### Input: CREATE TABLE CloseAsOffTopicReasonTypes (
Id number,
... | 14,163 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Is there a way to see the what percentage you are in a particular tag?. http://meta.stackexchange.com/questions/283693/is-th... | 7,918 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Up vs Down votes by day of week of Accepted Answer. ### Input: CREATE TABLE PostHistoryTypes (
Id number,
Name text
... | 12,299 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: GCP Questions Tags by Month. ### Input: CREATE TABLE ReviewTaskTypes (
Id number,
Name text,
Description text
)
... | 2,190 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Feature request: download all favorite questions button. http://meta.stackoverflow.com/questions/335565/feature-request-down... | 22,465 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Top 100 users by average normalized score. Users who have the highest share in total score received by all answers to the qu... | 22,458 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How posts fare, by DOW and post type. ### Input: CREATE TABLE TagSynonyms (
Id number,
SourceTagName text,
Targe... | 862 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: SFF Top Views and Answer Score for Top ID Category Tags. ### Input: CREATE TABLE PostTags (
PostId number,
TagId num... | 17,591 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What tag brought a user to the site?. This will figure out some statistics as to what tags bring users to a site, and how lo... | 7,080 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: CSCW Up/DownMods by age group. ### Input: CREATE TABLE SuggestedEdits (
Id number,
PostId number,
CreationDate t... | 7,845 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Linux Distribution Popularity (By tag). Questions per month for the top 10 distro tags on Serverfault. Does not count BSD or... | 7,956 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: My 50 Highest Rated Answers On Questions With No Accepted Answer. ### Input: CREATE TABLE Posts (
Id number,
PostTyp... | 6,284 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: get data between 2010 to 2012. ### Input: CREATE TABLE CloseReasonTypes (
Id number,
Name text,
Description text... | 18,215 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Monthly activity distribution by year of registration. ### Input: CREATE TABLE PostTags (
PostId number,
TagId numbe... | 9,657 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: My 50 Lowest Rated Accepted Answers. ### Input: CREATE TABLE Badges (
Id number,
UserId number,
Name text,
D... | 11,679 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Post Migration from and to. Displays number of post migrated per site ### Input: CREATE TABLE ReviewTaskTypes (
Id numbe... | 12,397 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Questions which attract controversial answers. Search for posts which have attracted significantly more controversial answer... | 13,458 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Posts that are one upvote away from earning you 'Necromancer'. Returns a list of questions for a given user that have 4 upvo... | 20,861 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Bounties on user's own questions. ### Input: CREATE TABLE ReviewTaskTypes (
Id number,
Name text,
Description te... | 9,334 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Longest time between consecutive edits by days. ### Input: CREATE TABLE CloseAsOffTopicReasonTypes (
Id number,
IsUn... | 4,870 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Most popular StackOverflow tags in <year>. ### Input: CREATE TABLE PostsWithDeleted (
Id number,
PostTypeId number,
... | 24,219 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: All Votes by Tag for a User. ### Input: CREATE TABLE SuggestedEditVotes (
Id number,
SuggestedEditId number,
Use... | 2,333 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Language trends (# of Questions per Month). ### Input: CREATE TABLE SuggestedEditVotes (
Id number,
SuggestedEditId ... | 13,916 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Most popular StackOverflow tags in 2013. ### Input: CREATE TABLE ReviewTaskResultTypes (
Id number,
Name text,
D... | 3,910 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Average reputation gain per day from old posts. ### Input: CREATE TABLE ReviewRejectionReasons (
Id number,
Name tex... | 3,072 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Most used tags between Jan-15 Nov-15. ### Input: CREATE TABLE PostHistory (
Id number,
PostHistoryTypeId number,
... | 6,317 |
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: [Getting Feet wet Pt 2]Find the most common co-occuring tags of this list. ### Input: CREATE TABLE ReviewTaskTypes (
Id ... | 18,418 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 6