Reply to comment

DROP TABLE - удалить таблицу данных

Синтаксис

Описание

    С помощью DROP TABLE удаляются таблицы данных из баз данных. Внимание, будьте осторожны: вместе с таблицей удаляются все сожержащиеся в ней данные.

    Пример:

    DROP TABLE tkunden

    Здесь удаляется из активной базы данных таблица tkunden.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <b> <p> <dd> <dl> <dt> <i> <li> <ol> <ul> <tt> <pre> <code> <img> <em> <blockquote> <strong>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.