Database Creation, How to Database Database Creation Steps

Updated on technology 2024-05-04
3 answers
  1. Anonymous users2024-02-09

    If you are using SQL Server, open Enterprise Manager.

    1.Create a database.

    Open the node on the tree structure:

    Microsoft SQL Servers ->local) (Windows NT) -database.

    Right-click -> create database -> enter the database name, studentmanagement -> OK.

    Since then, there have been multiple databases called studentmanagement under the data folder.

    2.Create a table.

    Create a student table:

    Open the node of the StudentManagement database.

    Click Table. In the window on the right, a number of system tables are displayed.

    Then right-click -> create a new table in the blank space of the window on the right.

    Open the table creation view.

    Fill in the column name and data type.

    stud_id int

    stud_accounts varchar(20)stud_password varchar(40)stud_name varchar(20)stud_dept varchar(10)stud_job varchar(10)

    stud time varchar(20) establishes a primary key on the stud id, which is self-incrementing.

    Save. Fill in the form name: students

    Other tables can be created in the same way.

    It depends on what watch you need.

  2. Anonymous users2024-02-08

    Hehe, let me briefly say that there are two tables in total.

    Table 1 shows the basic information of student leaders.

    Table 2 is the part of all cadre management, and this table should have a field associated with Table 1.

  3. Anonymous users2024-02-07

    The following is an example of building a database with AESS as follows:

    Click "Start" "All Programs" "MicrosoftOffice" "MicrosoftAESSss 2010" to open the MicrosoftAESS2010 software.

    In the open Microsoft AESS 2010 software, select "Empty Database" and double-click to create a town. Or hit the "Create" command button to create, and you can choose to specify a specific file name and path at the Chinese file name.

    After you create a blank database, you can see a new data table named Table 1, and its fields are displayed on the right side of the page. To add a field, you can click the inverted triangle arrow next to Click to add a file and select the type of field you want to add.

    At this time, the cursor will be positioned on the field name, you can rename the field name, and press the enter key to continue the next field addition operation.

    By following the steps above, you can create a simple blank database with a single data table.

Related questions
3 answers2024-05-04

At least the basic things must be mastered, such as: the linear structure of the database, the storage method, the way to call Hezheng, and the operation of the table in the database (to use statements to erect the bench to achieve). >>>More

5 answers2024-05-04

Try to capture the return value.

6 answers2024-05-04

The structure of the storage is the main basis for classifying the types of copy databases. In today's Internet, databases are usually divided into two categories, namely relational and non-relational databases. >>>More

4 answers2024-05-04

ASP connection access

Define the access database path. >>>More

6 answers2024-05-04

The prospect of learning UI is good, and there are many training institutions, so the local people may choose to visit and understand the real teachers and educational strength of the school before making a choice. Share the general development of the UI, I hope it will be useful to you. >>>More