Computer Science, asked by nannasoni198, 5 months ago


button in New
Address list dialog helps you to add,
delete or rename fields in address
list. *
O Modify
O Customize
O Edit
Review​

Answers

Answered by sadiaanam
0

Answer:

Here is required answer.

Explanation:

To modify in SQL

  • ALTER TABLE "table_name" MODIFY "column_name" "New Data Type";
  • ALTER TABLE "table_name" ALTER COLUMN "column_name" "New Data Type";

To customize a SQL query :

  • Image result for Customize in sql
  • Connect to a custom SQL query
  • After connecting to your data, double-click the New Custom SQL option on the Data Source page.
  • Type or paste the query into the text box. The query must be a single SELECT* statement.
  • When finished, click OK

To edit data in SQL :

  • You can modify the data of an underlying base table in SQL Server by using SQL Server Management Studio or Transact-SQL

For more such questions :

https://brainly.in/question/31910602

#SPJ1

Similar questions