About 304,000 results
Open links in new tab
  1. How to Check Who Created the Table in SQL Server

    Apr 3, 2025 · Next, let’s alter the table to verify we’re getting the most complete picture of the activity as well as the logins of those who created or altered the objects.--MSSQLTips.com …

  2. PostgreSQL: Documentation: 18: ALTER TABLE

    Description. ALTER TABLE changes the definition of an existing table. There are several subforms described below. Note that the lock level required may differ for each subform. An …

  3. PostgreSQL: Documentation: 18: ALTER SCHEMA

    1 day ago · Description. ALTER SCHEMA changes the definition of a schema.. You must own the schema to use ALTER SCHEMA.To rename a schema you must also have the CREATE …

  4. PostgreSQL: Documentation: 18: ALTER FOREIGN TABLE

    1 day ago · Compatibility. The forms ADD, DROP, and SET DATA TYPE conform with the SQL standard. The other forms are PostgreSQL extensions of the SQL standard. Also, the ability to …

  5. SQL Server Temporal Tables Quick Start Guide

    1 day ago · System versioned tables have been available since SQL Server 2016 and are also available in Azure SQL. Retention period is set to infinite by default, but can be adjusted after …

  6. Techniques to query Azure SQL’s new JSON Datatype

    2 days ago · The new JSON field type and new functions in Azure SQL brings a new world of possibilities for JSON manipulation in SQL Databases. ... alter table testOrders add constraint …

  7. PostgreSQL: Documentation: 18: ALTER INDEX

    1 day ago · These operations are also possible using ALTER TABLE. ALTER INDEX is in fact just an alias for the forms of ALTER TABLE that apply to indexes. There was formerly an ALTER …

  8. PostgreSQL: Documentation: 18: 5.7. Modifying Tables

    1 day ago · Tip. Adding a column with a constant default value does not require each row of the table to be updated when the ALTER TABLE statement is executed. Instead, the default value …

  9. PostgreSQL: Documentation: 18: ALTER PUBLICATION

    1 day ago · Description. The command ALTER PUBLICATION can change the attributes of a publication.. The first three variants change which tables/schemas are part of the publication. …

  10. PostgreSQL: Documentation: 18: ALTER TABLESPACE

    1 day ago · Description. ALTER TABLESPACE can be used to change the definition of a tablespace.. You must own the tablespace to change the definition of a tablespace. To alter …

  11. Some results have been removed
Refresh