Posts by Lucaa • 5 points
5 posts
-
0
votes0
answers83
viewsQ: Postgresql, csv file import
I am having a lot of difficulty trying to import the CSV file using PostgreSQL, apparently the program is not able to read the file, but granted permission in all users and folders of the operating…
-
0
votes1
answer44
viewsA: Hello, guys! I’m new to Database and have a question in Sql Managent Studio. How do I get out of here and proceed?
Good morning! This screen, is the default login screen to connect to the database, probably when performing the installation of SQL Server Management Studio and SQL, the installation gave you 2…
-
0
votes5
answers412
viewsA: Save or not the commands used in Mysql
When executing command in a database, be it any one (SQL server, Mysql and etc) most of the changes performed are saved in DB. Except when certain processes are actually temporary(a slightly more…
-
-3
votes5
answers5734
views -
0
votes4
answers1889
viewsQ: Fill vector in C
I have an exercise that asks the teacher to type 5 notes, and display the typed notes, I wrote the code, but it’s not running the right way, someone can help? Follows code #include <stdio.h>…