answersLogoWhite

0

Design view.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

What program is used to create and modify spreadsheets on Excel Answer It?

Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.Microsoft Excel is used to create and modify spreadsheets.


What does Design view mean in relation to a database?

its used to creat and modify the structure of the table


In VB.NET what method is used to modify a table?

SQL UPDATE statement is used to modify a record in a table.


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


Explain various DDl commands in SQL?

DDL (Data Definition Language) commands in SQL are used to define the structure of database objects. Some common DDL commands include: CREATE: Used to create database objects like tables, views, indexes, etc. ALTER: Used to modify the structure of existing database objects. DROP: Used to delete database objects. TRUNCATE: Used to delete all records from a table.


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Which command can be used to view a routing table and add modify or remove static entries from the routing table?

route


What is difference between alter and modify on oracle?

MODIFY is a clause used within an ALTER statement, such as ALTER TABLE, ALTER INDEX or ALTER MATERIALIZED VIEW, etc. That is, MODIFY isn't a command by itself. For example, you might change the length of a text column in a table with the following: ALTER TABLE employee MODIFY (email_address VARCHAR(132));


Which keyword is used to create a structure?

struct


What is the most widely used database structure?

The table or tuple.


What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


Which data structure used in database?

You create your own data structure in database.