Hello !
I have very simple SQL script.
create table T1(
ID integer DEFAULT 1,
Name varchar(20),
primary key(ID)
)#
create table T2(
ID integer DEFAULT 1,
Name varchar(20)
)#
CREATE TRIGGER InsT1 AFTER INSERT ON T1 ORDER 1 FOR EACH ROW
INSERT INTO T2 VALUES(NEW.ID,NEW.Name);#
CREATE TRIGGER...
Is every subnetted network require to connect to the router or switch then router?
For example, I have 6 subnet network ids. Each ids is given to 6 differentclassrooms. In order to share internet access, does the classrooms have to connect to the router directly or connect to the router via a...
I have two networks in 2 different buildings. The distance between these two buildings is about 250 metres. Do I need to use Fiber Optics to link these 2 networks together? or Should I use a repeater and a UTP Cat 5 to link them together? 1 more question: Do i need a bridge as well?
Any advice...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.