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 |
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 July2016. ### Input: CREATE TABLE SuggestedEditVotes (
Id number,
SuggestedEditId nu... | 17,614 |
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 tag May 2013. ### Input: CREATE TABLE PendingFlags (
Id number,
FlagTypeId number,
PostId number,
... | 7,229 |
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: Total posted and accepted answers by month and year. ### Input: CREATE TABLE PostTags (
PostId number,
TagId number
... | 12,092 |
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 do I query SEDE for user names with ZALGO Unicode abuse?. http://meta.stackexchange.com/questions/276551/how-do-i-query-... | 1,184 |
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: Search Brazilian By Tech Tag (Hiring Mode). ### Input: CREATE TABLE Posts (
Id number,
PostTypeId number,
Accept... | 15,849 |
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: Proportion of Users with 10K or 20K rep out of 'Real' and Active Users. ### Input: CREATE TABLE Users (
Id number,
R... | 14,726 |
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: Users with highest accept rate of their answers. Does not count self-answers.
Shows users with at least @MinAnswers answers... | 2,649 |
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: PresenceInsights tag (1 tag only); monthly totals NLB. ### Input: CREATE TABLE PostTags (
PostId number,
TagId numbe... | 13,712 |
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 upvotes per post and per day. Show the posts that received the most upvotes in one day ### Input: CREATE TABLE Revie... | 22,399 |
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: Show the users in a specified reputation range, with ratio of answers accepted.. Show the users in a specified reputation ra... | 17 |
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: ASP.NET MVC, Django en Laravel. ### Input: CREATE TABLE ReviewTaskResults (
Id number,
ReviewTaskId number,
Revi... | 4,841 |
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: user info with top 10 tags. ### Input: CREATE TABLE CloseReasonTypes (
Id number,
Name text,
Description text
)
... | 9,498 |
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: Are posts better/more popular if they have a tag in their title?. ### Input: CREATE TABLE PostTypes (
Id number,
Nam... | 1,882 |
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 users by the number of times they earned 200/day. This query finds the top users by the number of times they've earned 2... | 8,603 |
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: Got most rep for questions. ### Input: CREATE TABLE PostLinks (
Id number,
CreationDate time,
PostId number,
... | 12,239 |
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: Upvote/Downvote ratio for the users over a rep limit. ### Input: CREATE TABLE Users (
Id number,
Reputation number,
... | 15,445 |
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: Pandas Trends (# Questions per Tag per Month). ### Input: CREATE TABLE ReviewTaskResultTypes (
Id number,
Name text,... | 4,806 |
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 questions where title is same as body. ### Input: CREATE TABLE PostTags (
PostId number,
TagId number
)
CREATE ... | 4,968 |
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: Total answers and Accepted Answers. ### Input: CREATE TABLE Votes (
Id number,
PostId number,
VoteTypeId number,... | 15,355 |
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 's the smallest plane that flies from PITTSBURGH to BALTIMORE on eight 16 ### Input: CREATE TABLE airline (
airline... | 3,509 |
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 viewed posts with tags became synonyms. ### Input: CREATE TABLE Users (
Id number,
Reputation number,
Creat... | 9,816 |
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: Activity for tag X, all posts. ### Input: CREATE TABLE Votes (
Id number,
PostId number,
VoteTypeId number,
... | 10,884 |
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: Users with reputation < 5,000 who posted the most answers. ### Input: CREATE TABLE PostNotices (
Id number,
PostId n... | 21,553 |
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: Nombre de r ponses par utilisateur haute r putation. ### Input: CREATE TABLE PostNoticeTypes (
Id number,
ClassId nu... | 16,038 |
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: list the cheapest one way flight from MIAMI FLORIDA to CHARLOTTE NORTH CAROLINA ### Input: CREATE TABLE restriction (
re... | 259 |
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: User's reputation per answers and questions count ratio. To find users with the maximum ratio, go here:
https://data.stac... | 1,311 |
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: Number of Posts edited by > 1 user. ### Input: CREATE TABLE Tags (
Id number,
TagName text,
Count number,
Ex... | 3,368 |
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: select distinct tags from posts. ### Input: CREATE TABLE PostsWithDeleted (
Id number,
PostTypeId number,
Accept... | 5,857 |
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: Total answers and Accepted Answers By Date. ### Input: CREATE TABLE PostTags (
PostId number,
TagId number
)
CREATE... | 23,692 |
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: Open and Closed questions per tag. ### Input: CREATE TABLE ReviewTasks (
Id number,
ReviewTaskTypeId number,
Cre... | 18,050 |
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: Count of posts edited by two users. ### Input: CREATE TABLE CloseAsOffTopicReasonTypes (
Id number,
IsUniversal bool... | 24,813 |
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: tags of questions new users ask. ### Input: CREATE TABLE PostHistory (
Id number,
PostHistoryTypeId number,
Post... | 12,880 |
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 tagged vba, with/without vba variants. ### Input: CREATE TABLE Comments (
Id number,
PostId number,
Sc... | 2,034 |
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: Number of active experts per week. ### Input: CREATE TABLE PostTypes (
Id number,
Name text
)
CREATE TABLE ReviewTa... | 1,395 |
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: Question score as a function of length, normalized by views. Plots average value of (question score / number of views), +/- ... | 3,894 |
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 many answers were accepted at least N days after the question was posted?. ### Input: CREATE TABLE Users (
Id number... | 7,562 |
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: Tags With Most number of unanswered questions in the descending order. The below query will find the tags and corresponding ... | 10,398 |
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: Azure thread volume with accepted answers by month. ### Input: CREATE TABLE PendingFlags (
Id number,
FlagTypeId num... | 14,126 |
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 tags and their top users. ### Input: CREATE TABLE Tags (
Id number,
TagName text,
Count number,
ExcerptP... | 20,055 |
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: Histogram of time to first answer. ### Input: CREATE TABLE PendingFlags (
Id number,
FlagTypeId number,
PostId n... | 23,000 |
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: Tag wikis with internal http:// links ordered by use. ### Input: CREATE TABLE PendingFlags (
Id number,
FlagTypeId n... | 6,198 |
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: Reputation > X in % of Total Users. ### Input: CREATE TABLE ReviewTaskResultTypes (
Id number,
Name text,
Descri... | 7,188 |
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: Status Percentages of Questions Asked Each Week. ### Input: CREATE TABLE PostHistory (
Id number,
PostHistoryTypeId ... | 16,112 |
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: Closed and edited questions by month. ### Input: CREATE TABLE ReviewTasks (
Id number,
ReviewTaskTypeId number,
... | 20,622 |
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: User ranking for questions only, simple - no check for CW or rep cap. ### Input: CREATE TABLE ReviewTaskStates (
Id numb... | 4,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: Questions about Records (Movies & TV). ### Input: CREATE TABLE Posts (
Id number,
PostTypeId number,
AcceptedAns... | 5,835 |
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: Which tags are most active during weekends?. Only tags with more than N questions are considered. ### Input: CREATE TABLE Po... | 12,882 |
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 question score by account age in months. ### Input: CREATE TABLE Votes (
Id number,
PostId number,
VoteT... | 20,169 |
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 500 SO users from TR. ### Input: CREATE TABLE PostNoticeTypes (
Id number,
ClassId number,
Name text,
Bo... | 4,403 |
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: Weighted Activity Gauge for Scifi. ### Input: CREATE TABLE SuggestedEdits (
Id number,
PostId number,
CreationDa... | 9,487 |
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 Users by location and tag. Created by samliew (http://stackoverflow.com/users/584192/samuel-liew) ### Input: CREATE TABL... | 20,051 |
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: Orphan questions that were migrated from another site and may be self-answered. Questions that were migrated and have no own... | 3,133 |
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: Retrieve posts of a user-specified tag and with keywords in body and title. ### Input: CREATE TABLE PostsWithDeleted (
I... | 11,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: Mean score as function of hour of the day. ### Input: CREATE TABLE CloseReasonTypes (
Id number,
Name text,
Desc... | 9,277 |
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 per month. ### Input: CREATE TABLE ReviewTaskStates (
Id number,
Name text,
Desc... | 5,273 |
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 per answer for users with at least 10 answers in the past 30 days in a tag.. ### Input: CREATE TABLE TagSynonyms (
... | 12,390 |
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 questions joined with all answers on Dataflow tag (qs without answers also shown). ### Input: CREATE TABLE TagSynonyms (... | 13,534 |
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 User Of a Peticular Tag In Iran. ### Input: CREATE TABLE PostNoticeTypes (
Id number,
ClassId number,
Name t... | 20,749 |
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 with a specific tag and no other tags. ### Input: CREATE TABLE SuggestedEdits (
Id number,
PostId number,
... | 22,828 |
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 User Of a Perticular Tag in India. ### Input: CREATE TABLE PendingFlags (
Id number,
FlagTypeId number,
Post... | 12,964 |
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: Closed question percentage for informed vs uninfomed users. ### Input: CREATE TABLE ReviewRejectionReasons (
Id number,
... | 1,652 |
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: List of Not-Closed Community Wiki Posts. List of Not-Closed Community Wiki Posts
Get all Question and Answer that are Commu... | 2,053 |
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 Closed, Edited by Any User and Reopened. ### Input: CREATE TABLE Tags (
Id number,
TagName text,
Count... | 1,409 |
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 flights fly from DENVER to SAN FRANCISCO on this monday tuesday wednesday thursday and friday ### Input: CREATE TABLE t... | 1,798 |
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 SCORE using votes on questions in FIRST 14 DAYS, by year. ### Input: CREATE TABLE CloseAsOffTopicReasonTypes (
I... | 7,990 |
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: Stats for tags per days #1. ### Input: CREATE TABLE Posts (
Id number,
PostTypeId number,
AcceptedAnswerId numbe... | 8,609 |
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: Q:A ratio for recent users. ### Input: CREATE TABLE ReviewTaskStates (
Id number,
Name text,
Description text
)
... | 7,442 |
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: tags distribution on the major legal tags non-legal related. ### Input: CREATE TABLE PostNotices (
Id number,
PostId... | 16,301 |
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 'R' Vote Getters with A Website. ### Input: CREATE TABLE PostNotices (
Id number,
PostId number,
PostNoticeT... | 16,935 |
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: Days to Close a Question by Creation Month. ### Input: CREATE TABLE Tags (
Id number,
TagName text,
Count number... | 22,289 |
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: Total score and number of questions/answers by tag. ### Input: CREATE TABLE PostLinks (
Id number,
CreationDate time... | 23,552 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.