answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Table1 is the default name for a new table in an Access database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is MyISAM in MySQL?

MyISAM is the default table engine in the MySQL database.


When you create a new database which object is created first?

In Access, when you create a new database, a table is created first.


The Field Size property that defines the maximum storage for the data type of can be individually entered in the design of the database?

Yes. The default sizes are configured by default in the database or can be specified using the CREATE TABLE or ALTER TABLE commands


What is a table on access?

A table is a component of a database that stores data in rows and columns


The object that holds all of the data within an Access database?

table


How to publish MS access database on web?

Make MS Access database as a datasource to a table to display the contents in a web page.


What Access object holds the data in your database?

The access object that holds data in your database is called a table. It stores it in rows and columns.


Access is what kind of database?

AnswerMicrosoft Access is a relational database that can run from it's own internal table structure, or link to a variety of external data sources


How do you show and hide content with CSS and JavaScript?

I reccommend using consistent ID's on all of the tags that you plan to manipulate in your HTML. Example: <table id="table1"> <tr> <td>Table Toggle</td> <tr> </table> <a href="javascript:document.getElementById('table1').style.visibility='visible';"> Show </a> <br><br> <a href="javascript:document.getElementById('table1').style.visibility='hidden';"> Hide </a>


What is a MS Access table?

A table in any database is where the data of certai types is stored. I.e. Address table


When do execute the save command after editing with access database?

You perform several edits in a table within an Access database. When should you execute the Save command?


When you create a new database which object first in Access?

You start by creating a table.