-
-
Notifications
You must be signed in to change notification settings - Fork 307
Create Articles: SQL and Relational Databases #662
Comments
LGTM @alayek But then I am not a DB expert |
@CaroleAnneHannon I'm sure you will feel at home with these if you have the time and interest. |
I have a pretty strong idea about DDL Basics as well as DML Basics. Can I work on those? An example template would be great to know what the format of the page should be. |
Hey @dakshshah96 sure! Pick whichever you would like and raise PR. If you need help, drop by our Wiki Room. As for sample template, I am not sure. I had a talk with @CaroleAnneHannon earlier, and she said that we might want to provide some seed data at the beginning of the article (or articles, and refer to them in each article) so that users can run their DDL or DML code on that sample. What would you suggest a good template would be? |
@alayek What prefix do you think should we use for all Database articles? Is this fine — |
Yes, let's use that format for now. |
Looking forward to the wiki. I'm interested in learning Oracle PL/SQL. |
This a rough sketch of the road-map for SQL and relational databases wiki articles.
DDL
,DML
,DCL
BasicsDDL
BasicsCREATE
TableALTER
TableDROP
TableTRUNCATE
TableCOMMENT
DML
BasicsSELECT
WHERE
WHERE
OperatorsNULL
ORDER BY
GROUP BY
HAVING
UPDATE
DELETE
LIMIT
(MySQL or PostgreSQL) /TOP
(MS SQL) /RowNum
(Oracle SQL)TCL
BasicsCOMMIT
ROLLBACK
SET TRANSACTION
SAVEPOINT
INNER
LEFT OUTER
RIGHT OUTER
FULL
CROSS
DDL
IntermediateDML
IntermediateCONVERT
/CAST
CASE
FormattingUPDATE
withJOIN
sDELETE
withJOIN
sWHERE
vsAND
inJOIN
sSELECT INTO
IF
StatementsDDL
AdvancedUDT
sDML
AdvancedPIVOT
UNPIVOT
DCL
BasicsGRANT
REVOKE
This issue is prepared after discussion with @CaroleAnneHannon.
@koustuvsinha @Rafase282 @raisedadead FYI. Kindly check if I have missed something or if something is inconsistent.
The text was updated successfully, but these errors were encountered: