answersLogoWhite

0

If I understand your question, unlimited.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the start tag for creating a table?

< table >


Is the process of creating table designs by assigning specific fields or attributes to each table in a database?

Normalization is the process of creating table designs by assigning specific fields or attributes to each table in a database.


How do you create table in sql?

create table "table-name" -> exclude the quotes when creating the tableafter this a message will come : table created(row_name data type(limit of characters),... )for example(name varchar2(20)).This will make a column(attribute) in your table with the name "name" and data type varchar with character limit of 20.you can further add more attributes in the same manner.to insert values in the table you need this:insert into "table name" values(123,qwew,wsd,2342)the data in the brackets above depends on the attributes of your table.and now you have created a simple table.you can update, delete, alter, drop the table.


What is the maximum weight limit on the chairs in the Rock-A-My-Baby table and chair set?

The Rock-A-My-Baby table and chair set has a 50lb. maximum weight limit


How many colums are on the periodic table?

no fixed limit


What is the weight limit on a typical shooting table?

A shooting table can support up to 250 pounds


Can you transfer the record of one table to other table using sql query?

Yes Insert into table a Select * from table b Where [limit your data set]


WHAT is a useful feature for creating a table that has cells of different sizes?

table layout wizard


How much weight a standard table can support?

A standard table can generally support around 50-100 pounds of weight, depending on its construction and materials used. However, it is always recommended to check with the manufacturer's specifications for the weight limit of a specific table.


Will Metro shut of your data if you go over the limit that your plan has?

No... they'll simply charge you for any data you use outside your limit. You should be able to get a table of charges from them - detailing what those charges are likely to be. Just call their customer service number - or check their website.


What's the weight limit for a child for the South Shore changing table from the "heavenly" collection?

The south shore changing table has a weight limit of sixty pounds, which is large enough for even the biggest baby.


When creating a new field in a table what column is optional?

The "NULL" column in a table is typically marked as optional when creating a new field. It allows for the column to contain null values, meaning it is not required to have a value for every row in the table.