Updating Data in a Table

After the tables have been created and the data added, changing or updating data in the tables becomes one of the day-to-day processes in maintaining a database.SQL Server provides the following ways to change data in an existing table.

W tej sekcji

  • Zmienianie danych za pomocą UPDATE
    W tym artykule opisano sposób użycia instrukcja UPDATE do aktualizacji danych w określonych wierszy w tabela lub widoku.

  • Zmienianie danych za pomocą kursor
    Describes the database application programming interfaces (APIs) that support options for updating data at the current position of a result set.Transact-SQL server cursors also support updating data at the current row of a cursor.

  • Zmiana typu ntext, tekst lub obraz danych
    Informacje dotyczące określonych aktualizacji za pomocą instrukcja UPDATETEXT ntext, text, a image wartości.