raju wants to change the schema of the table student which already exists in the database. which command he will use?
Answers
Answered by
1
ANSWER:-
- Select the whole table
- Go to Format
- In Format, go to Design
- Change the schema of the table
Answered by
1
Answer:
ALTER SCHEMA
Explanation:
ALTER SCHEMA schema_name TRANSFER [<entity_type> : : ] securable_name[;]
<entity_type> : :=
{
Object | Type | XML schema Collection
}
Similar questions