Microsoft SQL Server Standard Edition for PC Logo

Related Topics:

Posted on Jan 22, 2008

View how many tables can we use for creating view

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 17 Answers
  • Posted on Jan 22, 2008
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

Joined: Dec 30, 2007
Answers
17
Questions
0
Helped
3321
Points
38

Views are essentially pre-written select statements, and select statements are limited to 256 tables.

There are a couple of other limits on views as well:

The number of columns in the view is limited to 1024.

Views can be nested (that is, a view selecting out of another view) 32 levels deep.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Sql query for create table

To create a table use the statement CREATE TABLE use the proper datatype with the proper column name
Ex. CREATE TABLE table_name (
column_name1 datatype,
column_name2 datatype,
column_name3 datatype,
....
);
For more you can refer to w3schools
For more detail visit us

Software development Company Website Designing Development Company
0helpful
1answer

What Web-based Management Features Do Switches Excluding the S1700 Support?

Table 1 lists the web-based management features supported by S series switches.
Table 1 Web-based management features supported by switches Category
Function System management Upgrade, patch loading, PoE, DNS, stacking, viewing log files, and setting the system time, SNMP parameters, and EasyDeploy parameters
NOTE: Switches in V200R002 and later versions support SNMP and EasyDeploy parameter configuration. Interface management Viewing/configuring basic interface attributes and viewing statistics on an interface Service management VLAN, MAC address, STP, voice VLAN, DHCP, ARP, VRRP, and IGMP snooping ACL management Creating/modifying/deleting ACL rules and effective periods QoS Priority mapping, traffic policy, rate limit on an interface, traffic shaping, and congestion management Route management Viewing IPv4 routes, configuring static routes, and setting the preference of static routes Security management Port isolation, static user binding, AAA, 802.1x authentication, and MAC address authentication Tools Ping, Tracert, and VCT S2300 Switch Thunder link com
0helpful
1answer

Having troube with my FOREIGN KEYs on two tables.

I suggest you visit this website you will get the solution, I tried and it worked.

http://bit.ly/1bUVmuW
0helpful
1answer

How to invoke a ms.access using parser

To parse a Text field that contains two words separated by a comma, follow these steps:
  1. Open any existing database.
  2. Create a table with the following structure: Table: Parse2Words
    ------------------
    Field Name: Empl
    Data Type: Text
  3. View the Parse2Words table in Datasheet view and type the following three records in the Empl field: Smith, John
    Callahan, Laura
    Fuller, Andrew
  4. Create the following query based on the Parse2Words table: Query: QueryTest
    ------------------------------------------------------------------
    Field: FirstName: Right$([Empl],Len([Empl])- InStr(1,[Empl],",")-1)
    Show: True
    Field: LastName: Left$([Empl],InStr(1,[Empl],",")-1)
    Show: True

    NOTE: You can modify the QueryTest query to account for spaces between the two parts in the Empl field. For example, if the text in the Empl field is "Smith,John" without spaces, remove the -1 from the FirstName field expression.
  5. Run the query. Note that the QueryTest query separates the text in the Empl field into the two fields below: FirstName LastName
    --------------------
    John Smith
    Laura Callahan
    Andrew Fuller
1helpful
1answer

Getting to and/or creating a table from an entered equation

Press the TABLE key (to the right of the GRAPH key), then press F1 to select "TABLE".
0helpful
1answer

Application and example of relationship in access

Relationships

After you've set up multiple tables in your Microsoft Access database, you need a way of telling Access how to bring that information back together again. The first step in this process is to define relationships between your tables. After you've done that, you can create queries, forms, and reports to display information from several tables at once.

A relationship works by matching data in key fields - usually a field with the same name in both tables. In most cases, these matching fields are the primary key from one table, which provides a unique identifier for each record, and a foreign key in the other table. For example, teachers can be associated with the students they're responsible for by creating a relationship between the teacher's table and the student's table using the TeacherID fields.

Having met the criteria above, follow these steps for creating relationships between tables.
  1. In the database window view, at the top, click on Tools ---> Relationships
  2. Select the Tables you want to link together, by clicking on them and selecting the Add Button
  3. Drag the primary key of the Parent table (Teacher in this case), and drop it into the same field in the Child table (Student in this case.)
    relationshipdrag.jpg
  4. Select Enforce Referential Integrity
    refintegrity.jpg
    • When the Cascade Update Related Fields check box is set, changing a primary key value in the primary table automatically updates the matching value in all related records.
    • When the Cascade Delete Related Records check box is set, deleting a record in the primary table deletes any related records in the related table
  5. Click Create and Save the Relationship
0helpful
1answer

Creating a table in Ms-Access

Have you tried to name the table Tiny_tots? it might make it work. Sometimes programs are funny about letting you have spaces in the name.
0helpful
1answer

Access 2007 forms wizard

If you run a repair install of office 2003
0helpful
1answer

How we can create Forms & queries in access

For forms, open a data table in view mode, while there locate the forms setup wizard. For your first try just answer the questions the best you can for the wizard. When there are no more questions to answer wizard will create a form for you. From what you learn doing that you may get enough hints to make a form from scratch. Just keep in mind you always build a form from the fields in a table.
Now for the Query, start out the same way and use the wizard. Query to most folks means ask a question and get an answer. In access query is a way to present sub sets of data or ways to modify data in the fields of your tables.
0helpful
1answer

Excel Pivot view

Highlight the entire pivot table and name it as a range. Then in the formula, replace the reference to the table addresses with the range name. Then wherever you move the table (move, not cut and paste) it will automatically gather the right data. Thanks for rating FixYa!
Not finding what you are looking for?

280 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...