Computer Science, asked by toocool4u92, 7 months ago

raju wants to change the schema of the table student which already exists in the database. which command he will use?​

Answers

Answered by koyeldey521
1

ANSWER:-

  • Select the whole table
  • Go to Format
  • In Format, go to Design
  • Change the schema of the table

Answered by rohithasajja14
1

Answer:

ALTER SCHEMA

Explanation:

ALTER SCHEMA schema_name  TRANSFER [<entity_type> : : ] securable_name[;]

<entity_type> : :=

{

Object | Type | XML schema Collection

}

Similar questions