Hello! I need to create tables and work with them in SQL, are there manuals, reference materials? Thank you in advance!

Closed due to the fact that off-topic participants Timofei Bondarev , velikodniy , Sergey Rufanov , DeKaNszn , user31688 May 8 '15 at 3:09 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - Timofei Bondarev, velikodniy, Sergey Rufanov, DeKaNszn, Community Spirit
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • five
    Google you turned off? - Gorets

2 answers 2

SQL documentation

    See your database documentation, for example: MySQL , PosgteSQL . Or even on the wiki :

    CREATE TABLE TableName ( DataValue INTEGER, );