answersLogoWhite

0

That would depend on what those specific options are. The options can only be determined by examining the flaws within the current database design of the organisation.

User Avatar

Wiki User

8y ago

What else can I help you with?

Continue Learning about Engineering

Html codes for feedback form?

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Feedback Form</title> </head> <body> <h1>Feedback Form</h1> <form action="mailto:your email address" method="get" enctype="text/plain"> <p> Name: <input type="text" id="name" size="30"> </p> <p> Please rate my site from 1 to 10 (1 = bad and 10 = good): <br /> <select id="rating"><br /> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> <option selected>10</option> </select> </p> <p> How would you suggest I improve it?<br /> <textarea id="improve" rows="5" cols="30"></textarea> </p> <p> <input type="submit" value="Send Feedback"> <input type="reset"> </p> </form> </body> </html>


Advantage of ms access to other database?

It is easy to use, and already comes installed on many machines.However, it isn't a particularly powerful database. It might be used as a prototype, or for some small systems, but for professional development, it isn't the best option.It is easy to use, and already comes installed on many machines.However, it isn't a particularly powerful database. It might be used as a prototype, or for some small systems, but for professional development, it isn't the best option.It is easy to use, and already comes installed on many machines.However, it isn't a particularly powerful database. It might be used as a prototype, or for some small systems, but for professional development, it isn't the best option.It is easy to use, and already comes installed on many machines.However, it isn't a particularly powerful database. It might be used as a prototype, or for some small systems, but for professional development, it isn't the best option.


What is the correct HTML for making a drop-down list?

<select> <option value="Volvo">Volvo</option> <option value="Saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="Audi">Audi</option> </select>


Preferred HTML tag for drop down list?

That would be the <select> tag. Example of usage: <select> <option>Option 1 in drop-down list</option> <option selected="selected">Option 2 (selected by default because of the "selected" attribute)</option> <option disabled="disabled">Option 3 (disabled because of the "disabled" attribute)</option> </select>


Html pull down menu example for month day and year I would like to get an example on how to write month day and year in HTML form?

# <select name="month" id="month"> # <option value="1" <?PHP if($month==1) echo "selected";?>>January</option> # <option value="2" <?PHP if($month==2) echo "selected";?>>February</option> # <option value="3" <?PHP if($month==3) echo "selected";?>>March</option> # <option value="4" <?PHP if($month==4) echo "selected";?>>April</option> # <option value="5" <?PHP if($month==5) echo "selected";?>>May</option> # <option value="6" <?PHP if($month==6) echo "selected";?>>June</option> # <option value="7" <?PHP if($month==7) echo "selected";?>>July</option> # <option value="8" <?PHP if($month==8) echo "selected";?>>August</option> # <option value="9" <?PHP if($month==9) echo "selected";?>>September</option> # <option value="10" <?PHP if($month==10) echo "selected";?>>October</option> # <option value="11" <?PHP if($month==11) echo "selected";?>>November</option> # <option value="12" <?PHP if($month==12) echo "selected";?>>December</option> # </select> # # <select name="day" id="day"> # <option value="1" <?PHP if($day==1) echo "selected";?>>1</option> # <option value="2" <?PHP if($day==2) echo "selected";?>>2</option> # <option value="3" <?PHP if($day==3) echo "selected";?>>3</option> # <option value="4" <?PHP if($day==4) echo "selected";?>>4</option> # <option value="5" <?PHP if($day==5) echo "selected";?>>5</option> # <option value="6" <?PHP if($day==6) echo "selected";?>>6</option> # <option value="7" <?PHP if($day==7) echo "selected";?>>7</option> # <option value="8" <?PHP if($day==8) echo "selected";?>>8</option> # <option value="9" <?PHP if($day==9) echo "selected";?>>9</option> # <option value="10" <?PHP if($day==10) echo "selected";?>>10</option> # <option value="11" <?PHP if($day==11) echo "selected";?>>11</option> # <option value="12" <?PHP if($day==12) echo "selected";?>>12</option> # <option value="13" <?PHP if($day==13) echo "selected";?>>13</option> # <option value="14" <?PHP if($day==14) echo "selected";?>>14</option> # <option value="15" <?PHP if($day==15) echo "selected";?>>15</option> # <option value="16" <?PHP if($day==16) echo "selected";?>>16</option> # <option value="17" <?PHP if($day==17) echo "selected";?>>17</option> # <option value="18" <?PHP if($day==18) echo "selected";?>>18</option> # <option value="19" <?PHP if($day==19) echo "selected";?>>19</option> # <option value="20" <?PHP if($day==20) echo "selected";?>>20</option> # <option value="21" <?PHP if($day==21) echo "selected";?>>21</option> # <option value="22" <?PHP if($day==22) echo "selected";?>>22</option> # <option value="23" <?PHP if($day==23) echo "selected";?>>23</option> # <option value="24" <?PHP if($day==24) echo "selected";?>>24</option> # <option value="25" <?PHP if($day==25) echo "selected";?>>25</option> # <option value="26" <?PHP if($day==26) echo "selected";?>>26</option> # <option value="27" <?PHP if($day==27) echo "selected";?>>27</option> # <option value="28" <?PHP if($day==28) echo "selected";?>>28</option> # <option value="29" <?PHP if($day==29) echo "selected";?>>29</option> # <option value="30" <?PHP if($day==30) echo "selected";?>>30</option> # <option value="31" <?PHP if($day==31) echo "selected";?>>31</option> # </select> # # <select name="year" id="year"> # <?PHP for($i=date("Y"); $i<=date("Y")+2; $i++) # if($year == $i) # echo "<option value='$i' selected>$i</option>"; # else # echo "<option value='$i'>$i</option>"; # ?> # </select>

Related Questions

How can a stretching database improve the scalability and performance of a system?

A stretching database can improve scalability and performance by automatically moving less frequently accessed data to a lower-cost storage option, allowing the system to handle larger amounts of data without sacrificing speed.


If you already know the organization of your database you would use the template option?

If you already know the organization of your database, using the template option can streamline the setup process. Templates provide predefined structures and settings, allowing you to quickly implement your database design without starting from scratch. This can save time and ensure consistency in your database organization, making it easier to manage and maintain over time.


Where is the design clothes option on your Sims Agents?

there isn't a design clothes option.


What kind of jobs can you get with an associate's degree in Web Design?

With an Associate's degree in Web Design, an individual can find work as a web developer, database administrator, desktop publisher, writer, or computer programmer. Graphic designer is another great option with this type of degree.


Can I use Access to set up a Database Management System?

yes you can definately use it. access and excel are real good option to set up database management system. access is the really favourable and easy option.


How can I execute the option to improve my project's efficiency?

To improve your project's efficiency, you can execute the option of streamlining processes, optimizing resources, and implementing automation tools.


How do you unlock the Byzantine database entry in assassins creed revelations?

It should be one of the first entries in the game. You can check it through the Database option in the pause menu...


What type of database is PostgreSQL?

The types of database supported by PostgreSQL are Boolean, numerics, binary, composite, arrays, and date/time stamps. Another option is that users can create their own database types using this software.


Where could I send my staff to attend database management training in Utah?

It might be better to get the database management training online. Dixie College of Utah is another option.


What careers can be pursued after attending a web design school?

After attending a web design school, the best career option would be to find a job in web design. Web design often entails other creative aspects, so graphic design is another option.


how to do save form data into database?

Open the data (information) you what to save on a new folder(database)then save which or better still you creat a new folder (database) then move in your already existing file which is your data into it then click on the option save


Which option should you use to add color to improve the attractiveness and readability of a table in Microsoft word?

Which option should you use to add color to improve the attractiveness and readability of a table?