Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Child tags of sql

13 tags

mysql × 38

Use this tag for questions about MySQL database system. MySQL is a free, open source Relational Database Management ...

sql-server × 11

Use for questions about Microsoft SQL Server RDBMS. Use this tag for all SQL Server editions including Compact, Express, ...

stored-procedures × 5

Use for questions about database objects that encapsulate SQL code.

sqlite × 3

For questions about programming with SQLite, a transactional SQL database engine.

tsql × 2

Use for questions about Transact Structured Query Language (T-SQL) which is used by MS SQL Server and Sybase ASE.

query-performance × 2

Use for questions dealing with measuring and improving query performance (duration, CPU and I/O resources).

SPARQL × 2

For questions about using SPARQL Protocol and RDF Query Language (SPARQL). SPARQL enables users to query information from ...

sql-delete × 1

Question about removing records using a DELETE command.

notin × 1

Use for SQL questions dealing with NOT IN operators (NOT logical operators unioned with IN comparison one).

varchar × 1

Use for questions dealing with SQL data types which are a set of character data of indeterminate length.

transactional-replication × 1

For questions about using SQL transactional replication. This type of replication starts with an initial snapshot and ...

sql-order-by × 1

For questions about using SQL ORDER BY clause that is used to sort the results by one or multiple columns

sql-limit × 1

For questions about using SQL LIMIT clause to limit the number of returned rows.